<!-- 
    //create headmenu entries with dropdown menues one after another
    // the first number is the width of the column, the second is the height of each item inside the column, the boolean indicates if there's another column or if it's the last one.
 
    function openURLWin(sURL)
    {
        open(sURL);
    }
    function openNewWin()
    {
        open("http://www.cbec.gov.in/cae/customs/cs-act/notifications/cs-notfns-idx.htm");
    }
    
    function openSearch()
    {
        open("http://www.cbec.gov.in/cae/search-cbec.htm");
    }
    function openbudget()
    {
        open("http://indiabudget.nic.in/ub2007-08/ubmain.htm");
    }
        
    //end code for the headerMenu **************************************************************
    // 
-->
