function pop(url) {
	window.open('blank.html?'+url,'newpop','width=640,height=480,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=1,top=1');
}
