
function writeTitle () {
		 document.write ("<span id='topMenus'>");
			document.write ("&nbsp;");
			document.write ("<A HREF='http://www.indogram.com' target=_top><font color=#FFFFFF>Home</font></A> | ");
			document.write ('<A HREF="../contact.html" target=detail><font color=#FFFFFF>Contact</font></A> | ');
			document.write ('<A HREF="../ads-faq.html" target=detail><font color=#FFFFFF>Advertise</font></A> | ');
			document.write ('<A HREF="../Indogram_services.html" target=detail><font color=#FFFFFF>Services</font></A> | ');
			document.write ('<A HREF="../faq.html" target=detail><font color=#FFFFFF>FAQ</font></A> | ');
			document.write ('<A HREF="../guestbook.html" target=detail><i><font color=#FFFFFF>Guest Book</font></i></A> | ');
			document.write ('<A HREF="../tellafriend.html" target=detail><i><font color=#FFFFFF>Tell a friend</font></i></A> | ');
			document.write ('<A HREF="../eventReg.html" target=detail><i><font color=#FFFFFF>Submit Event</font></i></A> | ');
			document.write ('<A HREF="../orgReg.html" target=detail><font color=#FFFFFF><i>Submit Item</i></font></A> | ');
			document.write ('<A HREF="../disclaimer.html" target=detail><font color=#FFFFFF>Terms of Use</font></A> |&nbsp;&nbsp;');
			document.write ('</span>');

}

function writeTitle2 () {
		 document.write ("<span id='topMenus'>");
			document.write ("&nbsp;");
			document.write ("<A HREF='http://www.indogram.com' target=_top><font color=#FFFFFF>Home</font></A> | ");
			document.write ('<A HREF="../contact.html" target=detail><font color=#FFFFFF>Contact</font></A> | ');
			document.write ('<A HREF="../ads-faq.html" target=detail><font color=#FFFFFF>Advertise</font></A> | ');
			document.write ('<A HREF="../Indogram_services.html" target=detail><font color=#FFFFFF>Services</font></A> | ');
			document.write ('<A HREF="../faq.html" target=detail><font color=#FFFFFF>FAQ</font></A> | ');
			document.write ('<A HREF="../guestbook.html" target=detail><i><font color=#FFFFFF>Guest Book</font></i></A> | ');
			document.write ('<A HREF="../tellafriend.html" target=detail><i><font color=#FFFFFF>Tell a friend</font></i></A> | ');
			document.write ('<A HREF="../eventReg.html" target=detail><i><font color=#FFFFFF>Submit Event</font></i></A> | ');
			document.write ('<A HREF="../orgReg.html" target=detail><font color=#FFFFFF><i>Submit Item</i></font></A> | ');
			document.write ('<A HREF="../disclaimer.html" target=detail><font color=#FFFFFF>Terms of Use</font></A> |&nbsp;&nbsp;');
			document.write ('</span>');

}


function writeLogo(cityDetails) {
		 document.write ('<span style="position:absolute; top:0; left: 10">');
		 document.write ("<TABLE width=150 cellpadding=1 cellspacing=0><TR>");
		 var nav = (navigator.appName.indexOf("Netscape") != -1);
		 if (nav)
		    document.write("<TD align=center valign=top class=logofontNN>The global Indian village...</TD>");
		 else
		    document.write("<TD align=center class=logofontIE>The global Indian village...</TD>");
		 document.write("</TR>");
		 document.write ("<TR><TD align=center valign=top >")
		 document.write ("<img border=0 src='http://www.indogram.com/gifs/indogram_logo3.gif'>");
		 document.write ("</TD></TR>");
		 document.write ("<TR>");
		 if (nav)
		    document.write("<TD valign=top align=center class=logofontNN>..." + cityDetails + "&#153;</TD>");
		 else
		    document.write("<TD align=center class=logofontIE><i>..." + cityDetails + "&#153;</i></TD>");
		document.write ("</TR></TABLE>");
		document.write ('</span>');
}
   
   

function writeLogoForNetscape(cityDetails) {
		 var nav = (navigator.appName.indexOf("Netscape") != -1);
		 if (nav)
		    document.write("<span class=logofontNN>The global Indian village...</span>");
		 else
		    document.write("<span class=logofontIE>The global Indian village...</span>");
		 document.write ("<BR>");
		 document.write ("<img border=0 src='http://www.indogram.com/gifs/indogram_logo3.gif'>");
		 document.write ("<BR>");
		 if (nav)
		    document.write("<span class=logofontNN>..." + cityDetails + "&#153;</span>");
		 else
		    document.write("<span class=logofontIE><i>..." + cityDetails + "&#153;</i></span>");
}

