
	function winsizeopen(URL,SIZE) {
		window.open(URL,"","width=590,height=450,scrollbars=yes");
	}
	
	
	function winsizeopen2(URL,SIZE) {
		window.open(URL,"","width=585,height=560,scrollbars=yes");
	}


	function winsizeopen3(URL,SIZE) {
		window.open(URL,"","width=680,height=640,scrollbars=yes");
	}


function winsizeopen4(URL,SIZE) {
		window.open(URL,"","width=570,height=550,scrollbars=yes,resizable=1");
	}
	
