function moviewindow(pgName){
	window.open(pgName,"","toolbar=0,menubar=0,scrollbars=0,resizable=0,width=640,height=550,top=0")
}

function moviewindow2(pgName){
	window.open(pgName,"","toolbar=0,menubar=0,scrollbars=0,resizable=0,width=720,height=484,top=0")
}

function moviewindow3(pgName){
	window.open(pgName,"","toolbar=0,menubar=0,scrollbars=0,resizable=0,width=640,height=430,top=0")
}
