// javascript used for Muktangan

function showHeader(iso) {
	document.write('<div id="banner">');
	document.write('<a href="marathi/default.html"><img src="images/marathi.gif" title="View website in Marathi" style="float: left; border-width: 0;"></a>');
	if (iso == "ISO")
		document.write('<img src="images/muktangan_title_iso.jpg" ');
	else 
		document.write('<img src="images/muktangan_title.jpg" ');
	document.write(' title="Muktangan Rehabilitation Center, an ISO certified organisation">');
	document.write('</div>');
}

function showHorizNavbar() {
	document.write('<div id="horiz_nav">');
	document.write('<a href="index.php" title="Go to home page">Home</a>');
	document.write('<a href="contact_us.html" title="Address, Phone, Email, Fax">Contact us</a>');
	document.write('<a href="about_us.html" title="About Muktangan Mitra">About us</a>');
	document.write('<a href="sitemap.html" title="Map of the whole site">Sitemap</a>');
	document.write('</div>');
}

function showVertNavbar() {
	document.write('<div id="nav">');
	document.write('<p>Addiction</p>');
	document.write('<ul>');
	document.write('<li><a href="quiz.html" title="Find out if you are an addict">Quiz</a></li>');
	document.write('<li><a href="faq_part1.html" title="Frequently asked questions">FAQ</a></li>');
	document.write('<li><a href="faq_part2.html" title="Some more questions">Advanced FAQ</a></li>');
	document.write('<li><a href="prevention.html" title="Creating awareness">Prevention</a></li>');
	document.write('</ul>');
	document.write('<p>Deaddiction</p>');
	document.write('<ul>');
	document.write('<li><a href="admission.html" title="Admission procedure">Admission</a></li>');
	document.write('<li><a href="nishigandh.html" title="Nishigandh - Female ward">Female ward</a> <span style="background-color: yellow; color: red; padding: 0 2px;">NEW</span></li>');
	document.write('<li><a href="treatment1.html" title="How treatment evolved">Treatment history</a></li>');
	document.write('<li><a href="treatment2.html" title="The 12 principles">Treatment principles</a></li>');
	document.write('<li><a href="treatment3.html" title="Daily routine and more">Treatment program</a></li>');
	document.write('<li><a href="followup.html" title="Where to go for follow up">Followup</a></li>');
	document.write('<li><a href="family_support.html" title="For the whole family">Support for family</a></li>');
//	document.write('<li><a href="#">Ankur</a></li>');
//	document.write('<li><a href="#">Sahachari</a></li>');
//	document.write('<li><a href="#">Sahajeevan</a></li>');
	document.write('<li><a href="magazines.php" title="Anandayatri">Our magazine</a></li>');
	document.write('<li><a href="rrtc.html" title="Regional Resource and Training Center">RRTC</a></li>');
	document.write('<li><a href="links.html" title="References">Links, books etc.</a></li>');
	document.write('<li><a href="videos.php" title="Videos">Videos</a> <span style="background-color: yellow; color: red; padding: 0 2px;">NEW</span></li>');
	document.write('</ul>');
	document.write('<p>Stories</p>');
	document.write('<ul>');
	document.write('<li><a href="story_part1.html" title="Read part 1 of a story">"My rebirth" - part 1</a></li>');
	document.write('<li><a href="story_part2.html" title="Part 2 of the story">"My rebirth" - part 2</a></li>');
	document.write('<li><a href="real_stories.html" title="Stories of recovering addicts">Real success stories</a></li>');
	document.write('</ul>');
	document.write('</div>');
}

function showHeaderAndNavbars(iso) {
	showHeader(iso);
	showVertNavbar();
	showHorizNavbar();
}

function showHomeFooter() {
	document.write('<div id="footer">');
	document.write('&copy; 2009 Muktangan Mitra<br>');
	document.write('c/o Muktangan Rehabilitation Center, Mohanwadi, off Alandi road,<br>');
	document.write('Yerawada, Pune 411 006, Maharashtra, India<br>');
	document.write('Phone: +91 (20) 6401 4598 / 2669 7605, Mobile: +91 9922 028 366, Email: muktangancorporate@gmail.com<br>');
	
//	document.write('Phone: +91 (20) 2669-7605, Email: muktangan@vsnl.net');
	document.write('</div>');
}

function showFooter() {
	document.write('<div id="footer">');
	document.write('&copy; 2009 Muktangan Mitra<br>');
	document.write('</div>');
}
