function imagepopup(theURL,Name,Width,Height){
	var pop = window.open(theURL,Name,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+Width+',height='+Height+',framemargin=0,top=20,left=20');
	window.focus;
	}	


