function header()
{
	document.write('<table cellpadding="0" cellspacing="0" width="860" border="0">');
	document.write('	<tr>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="750"><img src="images/color_strip.jpg" width="750" height="8" border="0"></td>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('	</tr>');
	document.write('</table>');
	document.write('<table cellpadding="0" cellspacing="0" width="860" border="0">');
	document.write('	<tr>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="375" height="78" valign="bottom"><img src="images/logo.jpg" width="316" height="66" border="0"></td>');
	document.write('		<td width="375" valign="bottom" align="right"><img src="images/pin.jpg" width="107" height="49" border="0"></td>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('	</tr>');
	document.write('</table>');
	document.write('<table cellpadding="0" cellspacing="0" width="860" border="0">');
	document.write('	<tr>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="750"><img src="images/topcones.jpg" width="750" height="25" border="0"></td>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('	</tr>');
	document.write('	<tr>');
	document.write('		<td><img src="images/thread.jpg" width="55" height="34" border="0"></td>');
	document.write('		<td><img src="images/thread01.jpg" width="750" height="34" border="0"></td>');
	document.write('		<td><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('	</tr>');
	document.write('</table>');
}


function links(argument)
{
	document.write('<table cellpadding="0" cellspacing="0" width="860" border="0">');
	document.write('	<tr>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="5" height="66" class="bgblack"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="740" class="bgblack" align="center"><span class="textlink">');
	if (argument=='home'){
		document.write('			Home | ');
	}else{
		document.write('			<a href="index.htm">Home</a> | ');
	}
	if (argument=='trust'){
		document.write('			Kala Raksha Trust | ');
	}else{
		document.write('			<a href="trust.htm">Kala Raksha Trust</a> | ');
	}
	if (argument=='news'){
		document.write('			News, Currents, Kudos | ');
	}else{
		document.write('			<a href="news.htm">News, Currents, Kudos</a> |'); 
	}
	if (argument=='museum'){
		document.write('			The Museum | ');
	}else{
		document.write('			<a href="museum.htm">The Museum</a> | ');
	}
	if (argument=='craft'){
		document.write('			Kutch, Craft &amp; Current Situation | <br>');
	}else{
		document.write('			<a href="craft.htm">Kutch, Craft &amp; Current Situation</a> | <br>');
	}
	if (argument=='embroidery'){
		document.write('			Embroidery: A Woman\'s Art | ');
	}else{
		document.write('			<a href="embroidery.htm">Embroidery: A Woman\'s Art</a> | ');
	}
	if (argument=='income'){
		document.write('			The Income Generation Project | ');
	}else{
		document.write('			<a href="income.htm">The Income Generation Project</a> | ');
	}
	if (argument=='social'){
		document.write('			Social Welfare &amp; Development | ');
	}else{
		document.write('			<a href="social.htm">Social Welfare &amp; Development</a> | ');
	}
	if (argument=='products'){
		document.write('			Products | ');
	}else{
		document.write('			<a href="products.htm">Products</a> | ');
	}
	if (argument=='help'){
		document.write('			You can Help | <br>');
	}else{
		document.write('			<a href="youcanhelp.htm">You can Help</a> | <br>');
	}
        if (argument=='narrative') {
                document.write('                        Narrative Works | ');
        }else{
                document.write('                        <a href="narrative.htm">Narrative Works</a> | ');
        }
	if (argument=='vidhyalaya'){
		document.write('			Kala Raksha Vidhyalaya | ');
	}else{
		document.write('			<a href="vidhyalaya.htm">Kala Raksha Vidhyalaya</a> | ');
	}
	if (argument=='support'){
		document.write('			Support Kala Raksha Vidhyalaya | ');
	}else{
		document.write('			<a href="support.htm">Support Kala Raksha Vidhyalaya</a> | ');
	}
	if (argument=='contact'){
		document.write('			Contact us');
	}else{
		document.write('			<a href="contactus.htm">Contact us</a>');
	}
	document.write('		</span></td>');
	document.write('		<td width="5" class="bgblack"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('	</tr>');
	document.write('</table>');
}

function footer()
{
	document.write('<table cellpadding="0" cellspacing="0" width="860" border="0">');
	document.write('	<tr>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="750" height="27"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('	</tr>');
	document.write('</table>');
	document.write('<table cellpadding="0" cellspacing="0" width="860" border="0">');
	document.write('	<tr>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="750" height="42"><img src="images/footer_art.jpg" width="750" height="42" border="0"></td>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('	</tr>');
	document.write('</table>');
	document.write('<table cellpadding="0" cellspacing="0" width="860" border="0">');
	document.write('	<tr>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('		<td width="375" height="45" class="textfooter" valign="bottom">Site best viewed in 1024 x 756 screen resolution<br><img src="images/blanker.gif" width="1" height="3" border="0"></td>');
	document.write('		<td width="375" height="45" align="right"><a href="http://www.iftheartcafe.com" target="_blank"><img src="images/designedby.jpg" width="258" height="37" border="0"></a></td>');
	document.write('		<td width="55"><img src="images/blanker.gif" width="1" height="1" border="0"></td>');
	document.write('	</tr>');
	document.write('</table>');
	document.write('<table cellpadding="0" cellspacing="0" width="100%" border="0">');
	document.write('	<tr>');
	document.write('		<td width="100%" height="15">&nbsp;</td>');
	document.write('	</tr>');
	document.write('</table>');
}


function imglarg(img)
{
	window.open('displayimage.htm?image='+img,'popupbigimg','width=450,height=350,toolbar=no,menubar=no,statusbar=no,scrollbars=no,top=100,left=200,resizable=no');
}