function Start(page) {
	OpenWin = window.open(page, "full", "toolbar=yes,location=yes,status=no,menubar=yes,directories=no,scrollbars=yes,resizable=yes,width=640,height=400");
	OpenWin.focus();
	
}