var urlAddress="http://www.biofuelmarketplace.com";
var pageName="Biofuel MarketPlace - Home";
function add_bookmark() {
 if ((navigator.userAgent.indexOf("Firefox")>=0) || (navigator.userAgent.indexOf("Opera")>=0) || (navigator.userAgent.indexOf("Safari")>=0)) alert('You need to press CTRL + D to bookmark our site.');  
 if (window.external) { // IE Favorite (navigator.userAgent.indexOf("MSIE")>=0)
  window.external.AddFavorite(urlAddress,pageName);
 }
}

function ow(file,wid,hei,bars,resiz,status) {
xpos = (750-wid)/2;
ypos = 100; window1=window.open(''+file+'',"MG",'scrollbars='+bars+',resizable='+resiz+',width='+wid+',height='+hei+',left='+(screen.width-wid)/2+',top='+(screen.height-hei)/2+',screenx='+xpos+',screeny='+ypos+',status='+status+'');
 window1.focus();
}