function windowPage() {
	window.open("","windowPage",'toolbar=0,location=0,scrollbars=1,width=619,height=400,resizable=0,left=200,top=200');
} 

function windowPage2() {
	window.open("","windowPage2",'toolbar=0,location=1,scrollbars=1,width=690,height=500,resizable=1,left=200,top=200');
} 