// JavaScript Document
function fnTophome()
{
	var str="";
	str+="<tr>";
	str+="<td colspan='5' class='tdtop'>";
	str+="<div style='float:left; width:317px;'><a href='index.html'><img src='images/logo.gif' width='317' height='77' border='0' alt=''></a></div>";
	str+="<div style='float:right; padding-top:40px;'><div>&nbsp;&nbsp;&nbsp;<img src='images/icon_home.gif' width='11' height='11' border='0'> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img src='images/icon_contact.gif' width='11' height='9' border='0'></div><a href='index.html' class='top'>Home</a>&nbsp; &nbsp; &nbsp;<a href='contactus.html' class='top'>Contact Us</a>";
	str+="</td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td colspan='5' height='84'></td>";
	str+="</tr>";
	document.write(str);
	}
	
function fnTop()
{
	var str="";
	str+="<tr>";
	str+="<td colspan='3' class='tdtop'>";
	str+="<div style='float:left; width:317px;'><a href='index.html'><img src='images/logo.gif' width='317' height='77' border='0' alt=''></a></div>";
	str+="<div style='float:right; padding-top:40px;'><div>&nbsp;&nbsp;&nbsp;<img src='images/icon_home.gif' width='11' height='11' border='0'> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img src='images/icon_contact.gif' width='11' height='9' border='0'></div><a href='index.html' class='top'>Home</a>&nbsp; &nbsp; &nbsp;<a href='contactus.html' class='top'>Contact Us</a>";
	str+="</td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td colspan='3' height='84'></td>";
	str+="</tr>";
	document.write(str);
	}
	

function fnmenu()
{
	var str="";
	str+="<td width='195' height='420' valign='top'><div class='menu_bg'>";
	str+="<table cellspacing='1' cellpadding='0' border='0'><tr><td><a href='index.html' class='menu'>HOME</a></td></tr>";
	str+="<tr><td><a href='whoweare.html' class='menu'>WHO WE ARE</a></td></tr>";
	str+="<tr><td><a href='services.html' class='menu'>SERVICES</a></td></tr>";
	str+="<tr><td><a href='ourskills.html' class='menu'>OUR SKILLS</a></td></tr>";
	str+="<tr><td><a href='ourclients.html' class='menu'>OUR CLIENTS</a></td></tr>";
	str+="<tr><td><a href='hosting.html' class='menu'>HOSTING</a></td></tr>";
	str+="<tr><td><a href='careers.html' class='menu'>CAREERS</a></td></tr>";
	str+="<tr><td><a href='testimonials.html' class='menu'>TESTIMONIALS</a></td></tr>";
	str+="<tr><td><a href='contactus.html' class='menu'>CONTACT US</a></td></tr>";
	str+="<tr><td><a href='sitemap.html' class='menu'>SITEMAP</a></td></tr></table>";
	str+="</div>";
	str+="<img src='images/title_currentprojects.gif' width='195' height='27' border='0' alt=''>";
	str+="<div style='float:left; padding-left:14px; padding-top:6px;'>";
	str+="Jansons School of Business, Coimbatore Website with Online Time Table<br><br><a href='http://www.jsb.ac.in/' class='left' target='blank'>www.jsb.ac.in</a>";
	str+="<br><div style='float:right;'><a href='http://www.jsb.ac.in/' target='blank'>View...</a></div>";
	str+="</div>";
	str+="</td>";
	document.write(str);
	}
	
function fnBottomhome()
	{
	var str="";
	str+="<tr>";
	str+="<td colspan='5' align='center' class='tdbottom' height='25'>";
	str+="<a href='index.html' class='bottom'>Home</a> | <a href='whoweare.html' class='bottom'>Who We Are</a> | <a href='services.html' class='bottom'>Services</a> | <a href='ourskills.html' class='bottom'>Our Skills</a> | <a href='ourclients.html' class='bottom'>Our Clients</a> | <a href='careers.html' class='bottom'>Careers</a> | <a href='hosting.html' class='bottom'>Hosting</a> | <a href='testimonials.html' class='bottom'>Testimonials</a> | <a href='contactus.html' class='bottom'>Contact Us</a> | <a href='sitemap.html' class='bottom'>Sitemap</a>";
	str+="</td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td colspan='5' align='center' class='tdcopyright'>&copy; Copyright 2008 Dezign Whiz Groups. All Rights Reserved.</td>";
	str+="</tr>";
	document.write(str);
	}

function fnBottom()
	{
	var str="";
	str+="<tr>";
	str+="<td colspan='3' align='center' class='tdbottom' height='25'>";
	str+="<a href='index.html' class='bottom'>Home</a> | <a href='whoweare.html' class='bottom'>Who We Are</a> | <a href='services.html' class='bottom'>Services</a> | <a href='ourskills.html' class='bottom'>Our Skills</a> | <a href='ourclients.html' class='bottom'>Our Clients</a> | <a href='careers.html' class='bottom'>Careers</a> | <a href='hosting.html' class='bottom'>Hosting</a> | <a href='testimonials.html' class='bottom'>Testimonials</a> | <a href='contactus.html' class='bottom'>Contact Us</a> | <a href='sitemap.html' class='bottom'>Sitemap</a>";
	str+="</td>";
	str+="</tr>";
	str+="<tr>";
	str+="<td colspan='3' align='center' class='tdcopyright'>&copy; Copyright 2008 Dezign Whiz Groups. All Rights Reserved.</td>";
	str+="</tr>";
	document.write(str);
	}