

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

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