function gopopup(page){

	OpenWin = this.open(page, '', config='left=350,top=120,height=680,width=390,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no');
	OpenWin.moveTo(0,0);

}
function gopopup2(page, width, height){

	OpenWin = this.open(page, '', config='left=0,top=0,height='+height+',width='+width+',toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no');
	OpenWin.moveTo(0,0);

}