function spawnWin(URL,width,height) {
    winHandle = window.open(URL,'popWin','toolbar=no,status=no,resizable=no,resize=no,menubar=no,scrollbars=yes,width=500, height=450, screenX=25,screenY=50,left=220,top=125');
	winHandle.focus();
}