<!--

//do browser detect stuff

wd = screen.width;
if (wd == 1024)
{var x = 75; m = 192; z = 280; a = 310; c = 220; d = 585; n=161}
if (wd == 800)
{var x = 75; m = 192; z = 280; a = 310; c = 220; d = 585;}
if (wd == 640)
{var x=506;}

var NS = (navigator.appName == "Netscape");
var ver = navigator.appVersion
var isNS = (NS && ver.indexOf(5) < 0);
var isNS6 = (NS && ver.indexOf(5) >= 0);
var isMacIE = ( (navigator.userAgent.indexOf("IE 4")  > -1) && (navigator.userAgent.indexOf("Mac")  > -1) );

/*if(NS)
{
	var layerRef = (isNS) ? "document" : "document.all"; 
}
else{
	var layerRef = (isNS6) ? "document.getElementById" : "document.all";
}
*/

var layerRef = (isNS) ? "document" : ((isNS6) ? "document.getElementById" : "document.all");

var styleRef = (isNS) ? "" : ".style";

var isDynamic = ( (document.getElementById || document.layers || document.all) && !isMacIE );

//track which menu is active
var activeMenu = 0;

//display a selected menu
//alert(isNS6);
function activateMenu(menuLayerRef, offset, voffset) {

        if (isDynamic && activeMenu != menuLayerRef) {

                if (activeMenu) hideMenu("menu" + activeMenu);
                        
                menuID = "menu" + menuLayerRef;
                activeMenu = menuLayerRef;
                hmenuoff = offset;
                vmenuoff = voffset;
                if (isNS) {

						document[menuID].top = 12 + voffset;
                        document[menuID].left = offset;
						document[menuID].zIndex = 2;
                }else if(isNS6)
					{
                        document.getElementById(menuID).style.top = 22+voffset;
                        document.getElementById(menuID).style.left = offset;
						document.getElementById(menuID).style.zIndex = 2;
					}
				else {
                        document.all[menuID].style.pixelTop = 25 + voffset;
                        document.all[menuID].style.pixelLeft = offset;
                } // if is NS else

                showMenu(menuID)
        } // if is dynamic and new menu needed
        // kill menu if browser is IE
        if (isDynamic && !isNS && !isNS6) window.event.cancelBubble = true;
} // activateMenu

function showMenu(layerID) {
        if(isNS6)
	{
		eval(layerRef + '("' + layerID + '")' + styleRef + '.visibility = "visible"');
	}else{
		eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "visible"');
	}
}


function hideMenu(layerID) {
	if(isNS6)
	{
		        eval(layerRef + '("' + layerID + '")' + styleRef + '.visibility = "hidden"');
	}else{
        eval(layerRef + '["' + layerID + '"]' + styleRef + '.visibility = "hidden"');
	}
}

// get rid of menus when outside menu or button
function killMenu(e) {
  //check if theres a menu active

  if (activeMenu) {
    menuID = "menu" + activeMenu;
    if (isNS) {
	// top menus
        if (activeMenu <=7) {
	  menuX1 = document[menuID].left;
	  menuX2 = menuX1 + document[menuID].clip.right;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
	//alert(menuX1+"  "+menuX2+"  "+menuY1+"  "+menuY2);
	} // if menu 1 through 5
	// side menus
        if (activeMenu >=8) {
 	  menuX1 = 0;
          menuX2 = 245;
	  menuY1 = document[menuID].top;
	  menuY2 = menuY1 + document[menuID].clip.bottom;
        } // if menu 6 or greater
        if ((e.pageX < menuX1) || (e.pageX > menuX2) ||
             (e.pageY < menuY1) || (e.pageY > menuY2)) {
             hideMenu(menuID);
	     activeMenu = 0;
        } // if in menu
    }else if(isNS6)
	{
		hideMenu(menuID);
		activeMenu = 0;
	} else { // if not NS
	hideMenu(menuID);
	activeMenu = 0;
    }  //if isNS else
  }  //if activeMenu
}  //function

// initialize the menu system
function init() {
  if (isDynamic) {
    if (isNS) { 
	document.captureEvents(Event.MOUSEOUT); 
	document.onmouseout = killMenu;
    }else if (isNS6) { 
	document.onmouseout = killMenu;
	}else {
	document.onmouseover = killMenu;
    } // if NS else
		
  } // if dynamic
} // init



document.write("</head>\
<body bgcolor=\"#FFFFFF\" marginwidth=\"0\" marginheight=\"0\" topmargin=\"0\" leftmargin=\"0\">");

if (isDynamic) {
document.write("<DIV id=\"menu1\" class=\"menu\" onMouseover=\"activateMenu(1,x,45)\">\
<TABLE border=\"0\" WIDTH=\"700\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD ONMOUSEOVER=\"changeImages('inside1_menu_03', 'gifs/inside1-menu-03-over.jpg', 'slice_10', 'gifs/slice_10-inside1-menu-03-ov.jpg'); return true;\" ONMOUSEOUT=\"changeImages('inside1_menu_03', 'gifs/inside1-menu-03.jpg', 'slice_10', 'gifs/slice_10.jpg'); return true;\">\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"aboutus.html\">About Us</A> &nbsp;| &nbsp; <A HREF=\"vision.html\">Vision</A> &nbsp;| &nbsp; <A HREF=\"our-founder.html\">Our Founder</A> &nbsp;| &nbsp; <A HREF=\"management.html\">Management</A> &nbsp;| &nbsp; <A HREF=\"awards.html\">Awards</A> &nbsp;| &nbsp; <A HREF=\"clients.html\">Clients</A> &nbsp;| &nbsp; <A HREF=\"future-initiatives.html\">Future Initiatives</A> &nbsp;| &nbsp; <A HREF=\"news.html\">News</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu2\" class=\"menu\" onMouseover=\"activateMenu(2,m,45)\">\
<TABLE border=\"0\" WIDTH=\"580\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD ONMOUSEOVER=\"changeImages('inside1_menu_04', 'gifs/inside1-menu-04-over.jpg', 'slice_10', 'gifs/slice_10-inside1-menu-04-ov.jpg'); return true;\" ONMOUSEOUT=\"changeImages('inside1_menu_04', 'gifs/inside1-menu-04.jpg', 'slice_10', 'gifs/slice_10.jpg'); return true;\">\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"key-financial-data.html\">Key Financial Data</A> &nbsp;| &nbsp; <A HREF=\"annual-reports.html\">Reports</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu3\" class=\"menu\" onMouseover=\"activateMenu(3,z,45)\">\
<TABLE border=\"0\" WIDTH=\"270\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD ONMOUSEOVER=\"changeImages('inside1_menu_05', 'gifs/inside1-menu-05-over.jpg', 'slice_10', 'gifs/slice_10-inside1-menu-05-ov.jpg'); return true;\" ONMOUSEOUT=\"changeImages('inside1_menu_05', 'gifs/inside1-menu-05.jpg', 'slice_10', 'gifs/slice_10.jpg'); return true;\">\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"wovenwear.html\">Woven Wear</A> &nbsp;| &nbsp;<A HREF=\"knitwear.html\">Knit Wear</A> &nbsp;| &nbsp;<A HREF=\"formalsuit.html\">Formal Suit</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu4\" class=\"menu\" onMouseover=\"activateMenu(4,a,45)\">\
<TABLE border=\"0\" WIDTH=\"468\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD ONMOUSEOVER=\"changeImages('inside1_menu_06', 'gifs/inside1-menu-06-over.jpg', 'slice_10', 'gifs/slice_10-inside1-menu-06-ov.jpg'); return true;\" ONMOUSEOUT=\"changeImages('inside1_menu_06', 'gifs/inside1-menu-06.jpg', 'slice_10', 'gifs/slice_10.jpg'); return true;\">\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"our-facilities.html\">Our Facilities</A> &nbsp;| &nbsp;<A HREF=\"quality-initiatives.html\">Quality Initiatives</A> &nbsp;| &nbsp;<A HREF=\"techno-initiatives.html\">Technology Initiatives</A> &nbsp;| &nbsp;<A HREF=\"design-cap.html\">In-house Facilities</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu6\" class=\"menu\" onMouseover=\"activateMenu(6,c,45)\">\
<TABLE border=\"0\" WIDTH=\"560\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD ONMOUSEOVER=\"changeImages('slice_08', 'gifs/slice_08-over.jpg', 'slice_10', 'gifs/slice_10-slice_08-over.jpg'); return true;\" ONMOUSEOUT=\"changeImages('slice_08', 'gifs/slice_08.jpg', 'slice_10', 'gifs/slice_10.jpg'); return true;\">\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"in-readymade-industry.html\">Indian Readymade Garment Industry</A> &nbsp;| &nbsp;<A HREF=\"gb-readymade-industry.html\">Global Readymade Garment Industry</A> &nbsp;| &nbsp;<A HREF=\"global-trends.html\">Global Trends</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu7\" class=\"menu\" onMouseover=\"activateMenu(7,d,45)\">\
<TABLE border=\"0\" WIDTH=\"190\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
      <TR>\
        <TD ONMOUSEOVER=\"changeImages('slice_09', 'gifs/slice_09-over.jpg', 'slice_10', 'gifs/slice_10-slice_09-over.jpg'); return true;\" ONMOUSEOUT=\"changeImages('slice_09', 'gifs/slice_09.jpg', 'slice_10', 'gifs/slice_10.jpg'); return true;\">\
        <TABLE WIDTH=\"100%\" BORDER=\"0\" VSPACE=\"0\" HSPACE=\"0\" CELLPADDING=\"1\" CELLSPACING=\"1\">\
          <TR>\
            <TD HEIGHT=\"30\" CLASS=\"rol\"><A HREF=\"life-at-ge.html\">Life at GE</A> &nbsp;| &nbsp;<A HREF=\"current-openings.html\">Current Openings</A></TD>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

document.write("<DIV id=\"menu8\" class=\"menu\" onMouseover=\"activateMenu(8,n,350)\">\
<TABLE border=\"1\"  bordercolor=\"F2F2F2\" WIDTH=\"160\"  VSPACE=\"0\" HSPACE=\"0\" bgcolor=\"Ffffff\" CELLPADDING=\"0\" CELLSPACING=\"0\">\
          <TR>\
            <TD CLASS=\"rol1\"><A HREF=\"key-financial-data.html#key\">Financial Year 2006-2007</A></td></tr><tr> <td CLASS=\"rol1\"><A HREF=\"key-financial-data.html#2005\">Financial Year 2005-2006</A></TD></tr><tr> <td CLASS=\"rol1\"><A HREF=\"key-financial-data.html#2004\">Financial Year 2004-2005</A></TD></tr>\
          </TR><TR>\
          </TABLE></TD>\
      </TR>\
    </TABLE>\
</DIV>");

}


//-->
