
function imagepopup(base,imagetoshow) {
	
	 var imagetoopen = escape(imagetoshow);
	 window.open(base+"imagepopup.php?fullview="+imagetoopen,'deskresultpopup','location=no, menubar=no, height=200,width=200, status=no,toolbar=no, scrollbars=no, resizable=yes');
}
