function popUpAdvantages(url) 
{
 var width  = 950;
 var height = 710;
 var left   = (screen.width  - width)/2;
 var top    = (screen.height - height)/2;
 var params = 'width='+width+', height='+height;
             params += ', top='+top+', left='+left;
             params += ', directories=no';
             params += ', location=no';
             params += ', menubar=no';
             params += ', resizable=yes';
             params += ', scrollbars=yes';
             params += ', status=no';
             params += ', toolbar=no';
             newwin=window.open(url,'windowname', params);
 if (window.focus) {newwin.focus()}
 return false
}



function MM_openBrWindow(theURL,winName,features)
{ //v2.0
  window.open(theURL,winName,features);
}

if (document.images) {           
            buttonorderpon = new Image();      
            buttonorderpon.src = "http://order-18007367764.com/images/btn2-.gif";

            buttonorderpoff = new Image(); 
            buttonorderpoff.src = "http://order-18007367764.com/images/btn-.gif";        
}
function active(imgName, dn) {
        if (document.images) {
            document[imgName].src = eval(imgName + "on.src");
        }
}
function passive(imgName, dn) {
        if (document.images) {
            document[imgName].src = eval(imgName + "off.src");
        }
}
