function header()
{
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="100%" height="60"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>');
	document.write('<td width="50%"><a href=index.html><img border="0" src="images/internal/logo.jpg" width="231" height="42"></a></td><td width="50%" align="right" alt="East End Apparel India"><table border="0" cellpadding="0" cellspacing="0" width="20%">');
	document.write('<tr><td width="100%"><p align="center"><a href=index.html><img border="0" src="images/home_icon.jpg" width="24" height="24"></a></td>');
	document.write('<td width="15%"></td></tr><tr><td width="40%"><p align="center"><a href=index.html class=hlinks>Home</a></td>');
	document.write('<td width="15%"></td></tr></table></td></tr></table></td></tr><tr><td width="100%" bgcolor="#C0C0C0" height="10"></td></tr></table>	');
}

function internalLinks()
{
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr>');
	document.write('<td width="114"><a href="why-eastendapparels.html"><img border="0" src="images/internal/whyeastend.jpg" width="114" height="98"></a></td>');
	document.write('<td width="114"><a href="company-profile.html"><img border="0" src="images/internal/companyprofile.jpg" width="114" height="98"></a></td>');
	document.write('<td width="114"><a href="executive-profile.html"><img border="0" src="images/internal/executiveprofile.jpg" width="114" height="98"></a></td>');
	document.write('<td width="116"><a href="clientlist.html"><img border="0" src="images/internal/clientlist.jpg" width="116" height="98"></a></td>');
	document.write('<td width="161"><table border="0" cellpadding="0" cellspacing="1" width="100%" height="98"><tr>');
	document.write('<td width="100%" bgcolor="#BBBBBD" align="center"><a href="product-range.html" class=internallinks>Product Range</a></td></tr><tr>');
	document.write('<td width="100%" bgcolor="#959595" align="center"><a href="productgallery.php" class="internallinks">Product Gallery</a></td></tr><tr>');
	document.write('<td width="100%" bgcolor="#666666" align="center"><a href="production-planning.html" class="internallinks">Production Planning</a></td></tr><tr>');
	document.write('<td width="100%" bgcolor="#333333" align="center"><a href="contactus.html" class="internallinks">Contact Us</a></td></tr></table>');
	document.write('</td></tr></table>');
}

function footer()
{
	document.write('<td bgcolor="#757575" height="15"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td width="60%" align="right"><font face="Arial" size="1" color="#FFFFFF">© Copyright East End Apparels</font></td>');
	document.write('<td width="40%"><p align="right"><font face="Arial" size="1" color="#FFFFFF">Designed & Developed by&nbsp; <a href=http://emavens.com target=_new><font face="Arial" size="1" color="#FFFFFF">eMaven Solutions</font></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font></p></td>');
	document.write('</tr></table></td>');
}

function valid()
{
	if(document.f.pname.value=='')
	{
		alert("Please enter your Name");
		document.f.pname.focus();
		return false;
	}
	if(document.f.email.value=='')
	{
		alert("Please enter your Email");
		document.f.email.focus();
		return false;
	}
	if(document.f.query.value=='')
	{
		alert("Please write your Query");
		document.f.query.focus();
		return false;
	}

}