		function poppic(url,popname,width,height){
			popup = window.open(url, popname, 'width=' + width + ',height=' + height + ',scrollbars=no');
    		popup.focus();
    		return;
   	}
