function popup(name){
      window.open("mfs.html","mfspecs","width=580,height=450,directories=no,toolbar=no,resizable=no,menubar=yes,scrollbars=yes");
    }
    function popup2(name){
      window.open("gtcmf.html","gtcmf","width=550,height=450,directories=no,toolbar=no,resizable=no,menubar=yes,scrollbars=yes");
    }
    function popup3(name){
      window.open("enquiry.html","enquiry","width=550,height=450,directories=no,toolbar=no,resizable=no,menubar=yes,scrollbars=yes");
    }
    function popup4(name){
      window.open("Henri.html","henri","width=487,height=370,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=no");
    }
    function popup5(name){
      window.open("Rita.html","rita","width=487,height=370,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=no");
    }
    function popup6(name){
      window.open("oilnews.html","news","width=450,height=370,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
    }
    function popup7(name){
      window.open("shipnews.html","ship","width=450,height=370,directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=yes");
    }
    function email(name){
        var popurl = 'http://bunkering.com/email.html';
        var w = 220;
	var h = 50;
        var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	var winprops = 'width='+w+',height='+h+',top='+wint+',left='+winl+',directories=no,toolbar=no,resizable=no,menubar=no,scrollbars=no';
	var popname = 'email';
                window.open(popurl,popname,winprops);
        }

