//*************************color tray*************************************************************
colorsName = new Array();
colors = new Array
colorsName[0] = "Black#White";
colorsName[1] = "Blue Electric#White";
colorsName[2] = "Blue#White";
colorsName[3] = "Dark Brown#White";
colorsName[4] = "Light Brown#White";
colorsName[5] = "Burdundy#White";
colorsName[6] = "Cream#Black";
colorsName[7] = "Bottle Green#white";
colorsName[8] = "Parrot Green#black";
colorsName[9] = "Red#White";
colorsName[10] = "Fuchsia#White";
colorsName[11] = "Baby Pink#Black";
colorsName[12] = "Orange#White";
colorsName[13] = "White#Black";
colorsName[14] = "Tan#White";
colorsName[15] = "Dark Tan#White";
colorsName[16] = "Navy Blue#White";
colorsName[17] = "Dark Blue#White";
colorsName[18] = "Beige#Black";
colorsName[19] = "Gold#Black";
colorsName[20] = "Silver#Black";
colorsName[21] = "Grey#Black";
colorsName[22] = "Yellow#Black";
colorsName[23] = "Purple#Black";
colorsName[24] = "Turquoise#Black";
colorsName[25] = "Olive#Black";
colorsName[26] = "Magenta#Black";
colorsName[27] = "Dark Grey#Black";


colors[0]="black";
colors[1]="#004080";
colors[2]="#58A8A9";
colors[3]="#400000";
colors[4]="#804000";
colors[5]="#661a1a";
colors[6]="#e8e298";
colors[7]="#004101";
colors[8]="#48c53b";
colors[9]="#FF0000";
colors[10]="#FF00FF";
colors[11]="#FF99FF";
colors[12]="#FF6600";
colors[13]="#FFFFFF";
colors[14]="#BE5E41";
colors[15]="#993300";
colors[16]="#000066";
colors[17]="#000033";
colors[18]="#F4A460";
colors[19]="#C6C63C";
colors[20]="#C0C0C0";
colors[21]="#909090";
colors[22]="#FFFF00";
colors[23]="#900090";
colors[24]="#00CFC0";
colors[25]="#909000";
colors[26]="#FF00FF";
colors[27]="#666666";

//************************************************************/

//***************************Currency Lookup******************/
 var dollar = 47, euro = 59,stpounds = 71 ;
 function inr(rupees)
 {
	 document.write("INR: Rs."+rupees);
	 document.write("<br>US Dollars: $ "+Math.round(rupees/dollar));
	 document.write("<br>Euros: € "+Math.round(rupees/euro));
	 document.write("<br>stPounds: £ "+Math.round(rupees/stpounds));
 }
//************************************************************/

//--------------------------Contacts--------------------------
function writeContacts()
{
	var name ="Mr. Mahesh Chotrani";
	var tel ="+(91)-(22)-22870198 <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;+(91)- 9867360198";
	var Fax	= "+(91)-(22)-22870198";
	var email1 = "leathermall9@mtnl.net.in";
	var email2 = "leathermall@yahoo.com <br>leathermall@hotmail.com";
	document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse; font-size: 8pt; font-family: Verdana; \" bordercolor=\"#\" width=\"85%\"><tr><td width=\"100%\"><b>"+name+"</b></td</tr><tr><td width=\"100%\">Tel : "+tel+" <br>Fax : "+Fax+"<br>"+email1+"<br>"+email2+"</td></tr></table>");
}

//------------------------------------------------------------

//---------------------Disable Right Click-----------------------
var message="Welcome to The Leather Mall, Leather Mall brings you a wide range of Leather Products";
function click(e)
   {
   if (document.all) {
      if (event.button == 2) {
		 alert(message);
         return false;
      }
   }
   if (document.layers) {
      if (e.which == 3) {
         alert(message);
         return false;
      }
   }
   }
   if (document.layers) {
      document.captureEvents(Event.MOUSEDOWN);
   }
   document.onmousedown=click;
//---------------------------------------------------------

//-------------------------Top Menu----------------------
var page;
function mainTopMenu(page)
{
			document.write("<tr><td width=\"18%\" bgcolor=\"#FFFFFF\">&nbsp;</td>");
            document.write("<td width=\"2%\" bgcolor=\"#FFFFFF\" align=\"right\"><img border=\"0\" src=\"images/patch1.jpg\" width=\"19\" height=\"25\"></td>");            
			document.write("<td width=\"40%\" style=\"font-size: 10pt\">&nbsp;&nbsp;&nbsp;&nbsp;");
            if(page=="His")
			{ 
				document.write("<font color=\"#FF0000\">&nbsp;His</font>");
			}
			else
			{
				document.write("&nbsp;<a href=\"mens.htm\" style=\"color:black; text-decoration:none;\">His</a>");
			}
			document.write("&nbsp; <font color=\"#7695B4\">|</font>&nbsp;"); 
            if(page=="Hers")
			{ 
				document.write("<font color=\"#FF0000\">&nbsp;Hers</font>");
			}
			else
			{
				document.write("&nbsp;<a href=\"womens.htm\" style=\"color:black; text-decoration:none;\">Hers</a>");
			}
			document.write("&nbsp; <font color=\"#7695B4\">|</font>&nbsp;"); 
			if(page=="Kids")
			{ 
				document.write("<font color=\"#FF0000\">&nbsp;Kids</font>");
			}
			else
			{
				document.write("&nbsp;<a href=\"Kids.htm\" style=\"color:black; text-decoration:none;\">Kids</a>");
			}
			document.write("</td><td width=\"40%\" style=\"font-size: 10pt\" align=\"right\"><b><a href=\"index.htm\" style=\"color:black; text-decoration:none;\">Home</a></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td></tr>");
}

function leftMainMenu()
{
//------------------------Declaration--------------------------
leftMainMenuItems = new Array();
leftMainMenuItems_links = new Array();
//********** Add Left Main Menu Items Here **********************
leftMainMenuItems[0] = "<font color=\"black\">about <font color=\"#FF0000\">Us</font>";
leftMainMenuItems[1] = "<font color=\"black\">Fa<font color=\"#FF00