  var z = navigator.userAgent;
  b_VER = parseFloat (z.substring(z.indexOf("MSIE ")+5, z.length));

  function new_world(img, iconName, isEffect)
  {
    if (isEffect && b_VER>=5.5)
    {
        var flt = img.filters[0];
        flt.apply();
        img.src = iconName;
        flt.play();
    }
    else
        img.src = iconName;
  }
  
  
  
  function SandP(URL)
{
var width = 600
var height = 600
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'scrollbars=1,toolbar=0,location=0,statusbar=0,menubar=0,resizable=0,width='+width+',height='+height+'');");
}
