function popup2(page) {
	window.open(page,'popup','width=650,height=300,directories=no,menubar=no,status=no,location=no,resizable=yes,scrollbars=yes,top=50,left=100');

}

function popupImage(page) {
	window.open(page,'popup','width=650,directories=no,menubar=no,status=no,location=no,resizable=yes,scrollbars=yes,top=10,left=100');

}
function popup(page) {
	window.open(page,'popup','width=200,height=400,directories=no,menubar=no,status=no,location=no,resizable=yes,scrollbars=yes,top=10,left=100');

}
function popupCharte(page) {
	window.open(page,'popup','width=640,height=500,directories=no,menubar=no,status=no,location=no,resizable=no,scrollbars=no,top=10,left=100');

}