  // 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 T2(url_pop)
    {

    var PopWidth=778;
     var PopHeight=220;
    var PopLeft = (window.screen.width-PopWidth)/2;
     var PopTop = (window.screen.height-PopHeight)/2;
    
     win1=window.open(url_pop,'wukuang','toolbar=no,status=no,menubar=no,location=no,directories=no,resizable=no,scrollbars=no,width='+PopWidth+',height='+PopHeight+',top='+PopTop+',left='+PopLeft);
     }

