// JavaScript Document

function dopop(url)
	{
 		adresse = url; 		
        var win1=window.open(adresse,"EL_PAY_TRAY","width=539,height=565,menubar=no,resizable=no,scrollbars=yes,toolbar=no");
        win1.focus();	
	}
	
	   function PopupPic(sPicURL) { 
     window.open( "css_js/popup.htm?../images/big/"+sPicURL, "",  
     "resizable=0,HEIGHT=10,WIDTH=10,top=20"); 
   } 
