function OpenWindow(myURL, myWinName, myWidth, myHeight){
	window.open(myURL, myWinName, 'toolbar=no,location=no,scrollbars=yes,resizable=yes,width='+myWidth+',height='+myHeight)
}
