function LaunchURL(daURL, xWidth, yHeight){
	window.open(daURL, "myWin", "height="+yHeight+",width="+xWidth+",status=no,toolbar=no,menubar=no,location=no")
}
