  // You must put this code in the <HEAD> section of your HTML page
    
  // Made with Dyro Pop Maker 1.6
  // http://www.Dyro.Biz
  // Come and get more free products :) 
    
    function popup(url_pop)
    {
     var PopWidth=400;
     var PopHeight=250;
     var PopLeft=100;
     var PopTop=100;
    
     DyroBiz=window.open(url_pop,'DyroBiz','toolbar=no,status=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);
     }
     
  // End hiding script from old browsers -->