function popup()
{



winl=380 ; wint=230;
winprops = 'height='+wint+',width='+winl+',top=12,left=12,scrollbars=0,resizable';
win=window.open("business.html","ix", winprops )

if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }

}

/*
function popit(gallery,ur)
{

imga= new Image();
imga.src="Gallery/ingr_gall_"+gallery+"/"+ur+".jpg";

winl=imga.width+5 ; wint=imga.height+5;
if (gallery==2)
{
winl=400; wint=400;	
}else
if (gallery==3)
{ 
winl=400; wint=400;	
}


//winprops = 'height='+wint+',width='+winl+',top=12,left=12,scrollbars=0,resizable';

win=window.open(imga.src,"img", 'height=400,width=400,top=12,left=12,scrollbars=0,resizable' )
 
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }

}*/

 
 <!--
 function popit(gallery,ur) {
  
  ims="Gallery/ingr_gall_"+gallery+"/"+ur+".jpg";
  
  var w = 400;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   
   
      window.open("img.asp?img="+ims,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 
 
  function popto(ur) {
  
  ims=ur;
  
  var w = 400;
   var h = 400;
   var l = Math.floor((screen.width-w)/2);
   var t = Math.floor((screen.height-h)/2);
   
   
      window.open(ims,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
 }
 //-->
 


 