function pop(URL) {
	newWindow = window.open(URL,'_blank','toolbar=no,location=no,scrollbars=yes,resize=yes,width=660,height=750,screenX=0,screenY=100,top=0,left=100');
}
