function openWin(myURL, myWidth, myHeight) {	
	window.open(myURL,'','scrollbars=no,menubar=no,height='+myHeight+',width='+myWidth+',resizable=yes,toolbar=no,location=no,status=no');
}