posYmenu = 114;
posXmenu = 0;
bgcolor='#009999';
bgcolor2='#009999';
needcenter =true;

document.write('<style type="text/css">');
document.write('.popper { POSITION: absolute; VISIBILITY: hidden; z-index:3; }')
document.write('#topgauche { position:absolute; top:'+posYmenu+'px; left:'+posXmenu+'px; z-index:10; }')
document.write('A:hover.keralafashionmenu {FONT-SIZE:10px; FONT-FAMILY:Arial,Helvetica; color:#FFFF00; text-decoration:none;}')
document.write('A.keralafashionmenu {FONT-SIZE:10px; FONT-FAMILY:Arial,Helvetica; color:#ffffff; text-decoration:none;}')
document.write('</style>')
document.write('<DIV class=popper id=topdeck></DIV>');

zlien = new Array;
zlien[0] = new Array;
zlien[1] = new Array;
zlien[2] = new Array;
zlien[3] = new Array;
zlien[4] = new Array;
zlien[5] = new Array;

zlien[0][0] = '<A HREF="set.htm" CLASS=keralafashionmenu> Mundu Set</A>';
zlien[0][1] = '<A HREF="saree.htm" CLASS=keralafashionmenu> Saree</A>';
zlien[0][2] = '<A HREF="full-skirt.htm" CLASS=keralafashionmenu> Full Skirt</A>';
zlien[0][3] = '<A HREF="half-saree.htm" CLASS=keralafashionmenu> Half Saree</A>';
zlien[0][4] = '<A HREF="chatta.htm" CLASS=keralafashionmenu> Chatta & Mundu</A>';
zlien[0][5] = '<A HREF="purdah.htm" CLASS=keralafashionmenu> Purdah</A>';
zlien[0][6] = '<A HREF="jubba.htm" CLASS=keralafashionmenu> Jubba</A>';

zlien[1][0] = '<A HREF="salwar.htm" CLASS=keralafashionmenu> Salwar Kameez</A>';
zlien[1][1] = '<A HREF="choli.htm" CLASS=keralafashionmenu> Gaghra Choli</A>';
zlien[1][2] = '<A HREF="lachha.htm" CLASS=keralafashionmenu> Lachha</A>';
zlien[1][3] = '<A HREF="sharara.htm" CLASS=keralafashionmenu> Sharara</A>';

zlien[2][0] = '<A HREF="indo-western.htm" CLASS=keralafashionmenu> Indo Western</A>';

zlien[3][0] = '<A HREF="http://www.keralagold.com/traditional.htm" CLASS=keralafashionmenu> Traditional</A>';
zlien[3][1] = '<A HREF="http://www.keralagold.com/modern.htm" CLASS=keralafashionmenu> Modern</A>';
zlien[3][2] = '<A HREF="http://www.keralagold.com/stones.htm" CLASS=keralafashionmenu> Stones</A>';
zlien[3][3] = '<A HREF="http://www.keralagold.com/birthstones.htm" CLASS=keralafashionmenu> Birthstones</A>';
zlien[3][4] = '<A HREF="http://www.keralagold.com/diamonds.htm" CLASS=keralafashionmenu>&nbsp;Diamond&nbsp;Jewellery</A>';
zlien[3][5] = '<A HREF="http://www.keralagold.com/designer-jewellery.htm" CLASS=keralafashionmenu>&nbsp;Designer Jewellery</A>';
zlien[3][6] = '<A HREF="http://www.keralagold.com/platinum.htm" CLASS=keralafashionmenu>&nbsp;Platinum&nbsp;Jewellery</A>';
zlien[3][7] = '<A HREF="http://www.keralagold.com/jewellery-designs.htm" CLASS=keralafashionmenu>&nbsp;Jewellery&nbsp;Designs</A>';
zlien[3][8] = '<A HREF="http://www.keralagold.com/kerala-gold-price-charts.htm" CLASS=keralafashionmenu>&nbsp;Gold&nbsp;Rates</A>';

zlien[4][0] = '<A HREF="fashion-event-submit.htm" CLASS=keralafashionmenu> Fashion Shows</A>';
zlien[4][1] = '<A HREF="designer-store-submit.htm" CLASS=keralafashionmenu> Designer Wear</A>';
zlien[4][2] = '<A HREF="model-submit.htm" CLASS=keralafashionmenu> Modelling</A>';
zlien[4][3] = '<A HREF="boutique-submit.htm" CLASS=keralafashionmenu> Boutiques</A>';
zlien[4][4] = '<A HREF="jeweller-submit.htm" CLASS=keralafashionmenu> Jewellers</A>';
zlien[4][5] = '<A HREF="webpage.htm" CLASS=keralafashionmenu> Freepage 4 Models</A>';

zlien[5][0] = '<A HREF="enquiry.htm" CLASS=keralafashionmenu> General Enquiry</A>';
zlien[5][1] = '<A HREF="website.htm" CLASS=keralafashionmenu>&nbsp;Portfolios&nbsp;&&nbsp;Websites&nbsp;</A>';
zlien[5][2] = '<A HREF="ad-enquiry.htm" CLASS=keralafashionmenu> Ad Placement</A>';
zlien[5][3] = '<A HREF="disclaimer.htm" CLASS=keralafashionmenu> Disclaimer</A>';

var nava = (document.layers);
var dom = (document.getElementById);
var iex = (document.all);
if (nava) { skn = document.topdeck }
else if (dom) { skn = document.getElementById("topdeck").style }
else if (iex) { skn = topdeck.style }
skn.top = posYmenu+24;

function pop(msg,pos)
{
skn.visibility = "hidden";
a=true
skn.left = posXmenu+pos;
var content ="<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=115><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=1>";
pass = 0
while (pass < msg.length)
	{
	content += "<TR><TD BGCOLOR="+bgcolor+" onMouseOver=\"this.style.background='"+bgcolor2+"'\" onMouseOut=\"this.style.background='"+bgcolor+"'\" HEIGHT=10><FONT SIZE=1 FACE=\"Verdana\">&nbsp;&nbsp;"+msg[pass]+"</FONT></TD></TR>";
	pass++;
	}
content += "</TABLE></TD></TR></TABLE>";
if (nava)
  {
    skn.document.write(content);
	  skn.document.close();
	  skn.visibility = "visible";
  }
    else if (dom)
  {
	  document.getElementById("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
    else if (iex)
  {
	  document.all("topdeck").innerHTML = content;
	  skn.visibility = "visible";
  }
}
function nopop(msg,pos)
{

}
function kill()
{
	skn.visibility = "hidden";
}
document.onclick = kill;
document.write('<DIV ID=topgauche><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 BGCOLOR=#000000 WIDTH=500 HEIGHT=22><TR><TD><TABLE CELLPADING=0 CELLSPACING=0 BORDER=0 WIDTH=520 HEIGHT=22><TR>')

document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[0],1)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[0],1)" href=index.shtml CLASS=keralafashionmenu> >>Traditional</a></TD>')

document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[1],101)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[1],101)" href=index.shtml CLASS=keralafashionmenu> >>Contemporary</a></TD>')

document.write('<TD WIDTH=80 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[2],202)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[2],202)" href=index.shtml CLASS=keralafashionmenu> >>High&nbsp;Fashion</a></TD>')

document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[3],300)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(true)" onMouseOver="pop(zlien[3],300)" href=http://www.keralagold.com CLASS=keralafashionmenu> >>Jewellery</a></TD>')

document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[4],382)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[4],382)" href=index.shtml CLASS=keralafashionmenu> >>Websites</a></TD>')

document.write('<TD WIDTH=60 ALIGN=center BGCOLOR='+bgcolor+' onMouseOver="this.style.background=\''+bgcolor2+'\';pop(zlien[5],454)" onMouseOut="this.style.background=\''+bgcolor+'\'"><A onClick="return(false)" onMouseOver="pop(zlien[5],454)" href=index.shtml CLASS=keralafashionmenu> >>Contact</a></TD>')

document.write('</TR></TABLE></TD></TR></TABLE></DIV>')