

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


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

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