// JavaScript Document
//date
	dayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
	monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")

	now = new Date
	function date(){
		document.write("<div class='normal'>" + dayName[now.getDay()] + ", " + monName[now.getMonth()] + " " + now.getDate() + "</div>")
}
//time
function showTheHours(theHour) {
		if (theHour > 0 && theHour < 13) {
			return (theHour)
		}
		if (theHour == 0) {
			return (12)
		}
		return (theHour-12)
	}

	function showZeroFilled(inValue) {
		if (inValue > 9) {
			return ":" + inValue
		}
		return ":0" + inValue
	}

	function showTheTime() {
		now = new Date
		document.getElementById("showTime").innerHTML =showTheHours(now.getHours()) +  showZeroFilled(now.getMinutes()) + showZeroFilled(now.getSeconds())
		setTimeout("showTheTime()",1000)
	}//jump menu
 function lompatke(form)
 { var indeks=form.mnCat.selectedIndex
  if (form.mnCat.options[indeks].value !="0")
  {window.open(form.mnCat.options[indeks].value,target="_top");}
 }
//top navigation
function header()
{
atas=
'<table width="834px" height="23" border="0" align="center" cellpadding="0" cellspacing="0">'+
  '<tr><td align="center" valign="middle"><img src="image/logo.gif" width="834" height="84"></td></tr>'+
  '<tr><td align="center" valign="top">'+
  '<table width="100%" border="0" class="bd">'+
   '<tr align="center" valign="middle" class="normal">'+
    '<td width="44%" align="center" bgcolor="#CCCCFF" class="normal"> Select Our Product <select name="mnCat" style="font-family:arial;font-size:12;font-weight:bold;color:brown;border:0;background:#CEDBD9" onChange="lompatke(this.form)">'+
    	'<option value="0">Select Catalog</option>'+
	 	'<option value="0">----------------------</option>'+
    	'<option value="../product/dress01.html">Dresses</option>'+
		'<option value="../product/mitten01.html">Mitten & Booties</option>'+
		'<option value="../product/pajamas01.html">Pajamas</option>'+
   	 	'<option value="../product/romper01.html">Rompers</option>'+
    	'<option value="../product/short01.html">Shorts</option>'+
		'<option value="../product/jumpsuit01.html">Jumpsuits</option>'+
		'<option value="../product/menshirt01.html">Menshirts & T.Shirts</option>'+
    	'<option value="../product/jacket01.html">Jackets</option>'+
    	'<option value="../product/hat01.html">Hats</option>'+
    	'<option value="../product/skirt01.html">Skirts</option>'+
  		'</select></td>'+
      '<td class="out" width="19%" bgcolor="#FFCCCC" align="center" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="html/about.html"><a href="html/about.html" class="page" target="_parent">About Us</a></td>'+
      '<td class="out" width="19%" bgcolor="#FFCCCC" align="center" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="html/order.html"><a href="html/order.html" class="page" target="_parent">Order</a></td>'+
      '<td class="out" width="19%" bgcolor="#FFCCCC" align="center" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="html/contacus.html"><a href="html/contacus.html" class="page" target="_parent">Contact Us</a></td>'+
 '</tr>'+
 '</table></td>'+
'</tr>'+
'</table>';
document.write(atas);
}
//top navigation 2
function header2()
{
atas2=
'<table width="834px" height="23" border="0" align="center" cellpadding="0" cellspacing="0">'+
  '<tr><td align="center" valign="middle"><img src="../image/logo.gif" width="834" height="84"></td></tr>'+
  '<tr><td align="center" valign="top">'+
  '<table width="100%" border="0" class="bd">'+
   '<tr align="center" valign="middle" class="normal">'+
      '<td width="44%" align="center" bgcolor="#CCCCFF" class="normal"> Select Our Product <select name="mnCat" style="font-family:arial;font-size:12;font-weight:bold;color:brown;border:0;background:#CEDBD9" onChange="lompatke(this.form)">'+
    	'<option value="0">Select Catalog</option>'+
		'<option value="0">----------------------</option>'+
    '<option value="../product/dress01.html">Dresses</option>'+
	'<option value="../product/mitten01.html">Mitten & Booties</option>'+
	'<option value="../product/pajamas01.html">Pajamas</option>'+
    '<option value="../product/romper01.html">Rompers</option>'+
    '<option value="../product/short01.html">Shorts</option>'+
	'<option value="../product/jumpsuit01.html">Jumpsuits</option>'+
	'<option value="../product/menshirt01.html">Menshirts & T.Shirts</option>'+
    '<option value="../product/jacket01.html">Jackets</option>'+
    '<option value="../product/hat01.html">Hats</option>'+
    '<option value="../product/skirt01.html">Skirts</option>'+
  		'</select></td>'+
      '<td class="out" width="19%" bgcolor="#FFCCCC" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="../html/about.html"><a href="../html/about.html" class="mainmenu" target="_parent">About Us</a></td>'+
      '<td class="out" width="19%" bgcolor="#FFCCCC" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="../html/order.html"><a href="../html/order.html" class="mainmenu" target="_parent">Order</a></td>'+
      '<td class="out" width="19%" bgcolor="#FFCCCC" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="../html/contacus.html"><a href="../html/contacus.html" class="mainmenu" target="_parent">Contact Us</a></td>'+
 '</tr>'+
 '</table></td>'+
'</tr>'+
'</table>';
document.write(atas2);
}
//menu product
function menu()
{
mmn=
'<table width="98%" border="0" align="center" cellpadding="0" cellspacing="8" bgcolor="#FFFFFF">'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="product/dress01.html"><a href="product/dress01.html" class="mainmenu">Dresses</a></td></tr>'+
	'<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="product/jacket01.html"><a href="product/jacket01.html" class="mainmenu">Jackets</a></td></tr>'+
	'<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="product/pajamas01.html"><a href="product/pajamas01.html" class="mainmenu">Pajamas</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="product/romper01.html"><a href="product/romper01.html" class="mainmenu">Rompers</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="product/hat01.html"><a href="product/hat01.html" class="mainmenu">Hats</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="product/skirt01.html"><a href="product/skirt01.html" class="mainmenu">Skirts</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="product/jumpsuit01.html"><a href="product/jumpsuit01.html" class="mainmenu">Jumpsuits</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="product/menshirt01.html"><a href="product/menshirt01.html" class="mainmenu">Menshirts & T.Shirt</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="product/mitten01.html"><a href="product/mitten01.html" class="mainmenu">Mittens & Booties</a></td></tr>'+
    '<tr><td onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but3\'" onclick=location="product/short01.html"><a href="product/short01.html" class="mainmenu">Shorts</a></td></tr>'+
 '</table> ';
 document.write(mmn);
 }
 //menu product
function menu2()
{
mmn=
'<table width="98%" border="0" align="center" cellpadding="0" cellspacing="8" bgcolor="#FFFFFF">'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="../product/dress01.html"><a href="../product/dress01.html" class="mainmenu">Dresses</a></td></tr>'+
	'<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="../product/jacket01.html"><a href="../product/jacket01.html" class="mainmenu">Jackets</a></td></tr>'+
	'<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="../product/pajamas01.html"><a href="../product/pajamas01.html" class="mainmenu">Pajamas</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="../product/romper01.html"><a href="../product/romper01.html" class="mainmenu">Rompers</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="../product/hat01.html"><a href="../product/hat01.html" class="mainmenu">Hats</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="../product/skirt01.html"><a href="../product/skirt01.html" class="mainmenu">Skirts</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="../product/jumpsuit01.html"><a href="../product/jumpsuit01.html" class="mainmenu">Jumpsuits</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="../product/menshirt01.html"><a href="../product/menshirt01.html" class="mainmenu">Menshirts & T.Shirt</a></td></tr>'+
    '<tr><td class="rMenu" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but1\'" onclick=location="../product/mitten01.html"><a href="../product/mitten01.html" class="mainmenu">Mittens & Booties</a></td></tr>'+
    '<tr><td onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but3\'" onclick=location="../product/short01.html"><a href="../product/short01.html" class="mainmenu">Shorts</a></td></tr>'+
 '</table> ';
 document.write(mmn);
 }
 //top navigation
function foother()
{
bawah=
'<table width="80%" border="0" bgcolor="#CCCCCC" class="out">'+
 '<tr align="center" valign="middle" bgcolor="#CCCCFF">'+
   '<td width="24%" class="out" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="html/colorchoice.html"><a href="html/colorchoice.html" target="_parent" class="mainmenu">Colors Choices</a></td>'+
   '<td width="19%" class="out" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="html/payment.html"><a href="html/payment.html" target="_parent" class="mainmenu">Payment Methode</a></td>'+
 '</tr>'+
'</table>';
document.write(bawah);
}
 //top navigation
function foother2()
{
bawah=
'<table width="90%" border="0" bgcolor="#CCCCCC" class="out">'+
 '<tr align="center" valign="middle" bgcolor="#CCCCFF">'+
   '<td width="24%" class="out" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="../index.html"><a href="../index.html" target="_top" class="mainmenu">Home</a></td>'+
   '<td width="24%" class="out" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="../html/colorchoice.html"><a href="../html/colorchoice.html" target="_parent" class="mainmenu">Colors Choices</a></td>'+
   '<td width="24%" class="out" onmouseover="this.className=\'but2\';" onmouseout="this.className=\'but4\'" onclick=location="../html/payment.html"><a href="../html/payment.html" target="_parent" class="mainmenu">Payment Methode</a></td>'+
 '</tr>'+
'</table>';
document.write(bawah);
}
//function copyrigt
function copyrigt()
{
copy=
'<div class="paragraf">@2005 Copyright LegianKidz.Com - All rights reserved.</dv>';
document.write(copy);
}
