function popWin(imagename,height,width) {
	window.open(imagename,'','toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=1,width='+width+',height='+height+',top=10,left=10');
}

function popURL(url,height,width) {
	window.open(url,'','toolbar=0,location=0,status=0,menubar=0,scrollbars=yes,resizable=1,width='+width+',height='+height+',top=10,left=10');
}