function OpenWin(URL, Height, Width){
	window.open(URL,'name','height=' + Height + ',width=' + Width); fullscreen=yes
}
