
// JavaScript Document
function buttons()
{
	document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr><td class="btn"><a href="index.html">Home</a></td>');
	document.write('<td width="6" bgcolor="#9A95C8"><img src="images/divider.jpg" width="6" height="30" /></td>');
	document.write('<td class="btn"><a href="profile.html">Profile</a></td>');
	document.write('<td width="6" bgcolor="#9A95C8"><img src="images/divider.jpg" width="6" height="30" /></td>');
	document.write('<td class="btn"><a href="services.html">Services</a></td>');
	document.write('<td width="6" bgcolor="#9A95C8"><img src="images/divider.jpg" width="6" height="30" /></td>');
	document.write('<td class="btn"><a href="gallery.html">Gallery</a></td>');
	document.write('<td width="7" bgcolor="#9A95C8"><img src="images/divider.jpg" width="6" height="30" /></td>');
	document.write('<td class="btn"><a href="contact_us.html">Contact Us</a></td>');
	document.write('<td width="7" bgcolor="#9A95C8"><img src="images/divider.jpg" width="6" height="30" /></td>');
	document.write('<td class="btn"><a href="clients.html">Clients</a></td>');
	document.write('<td width="7" bgcolor="#9A95C8"><img src="images/divider.jpg" width="6" height="30" /></td>');
	document.write('<td class="btn"><a href="updates.html">Updates</a></td></tr></table>');
}
function footer()
{
	document.write('<a href="index.html">Home</a> &nbsp;| &nbsp;<a href="profile.html">Profile</a> &nbsp;| &nbsp;');
	document.write('<a href="services.html">Services </a>&nbsp;| &nbsp;<a href="gallery.html">Gallery</a> &nbsp;| &nbsp;');
	document.write('<a href="contact_us.html">Contact Us</a> &nbsp;| &nbsp;<a href="clients.html">Cllents</a> &nbsp;| &nbsp;');
	document.write('<a href="updates.html">Updates</a> &nbsp;&nbsp;&nbsp;All rights are reserved. Site by');
	document.write('<a href="http://www.prowebs.co.in" target="_blank"> Prowebs</a>.');
}

function toggle_visibility(id) { 
	var e = document.getElementById(id); 
	if(e.style.display == 'none') 
	e.style.display = 'block'; 
	else 
	e.style.display = 'none'; 
} 


function bottomline()
{
	document.write('<marquee direction="left" scrollamount="3" onMouseOver="this.setAttribute(\'scrollamount\', 0, 0);" onMouseOut="this.setAttribute(\'scrollamount\', 3, 0);">Design Studio| Exhibition Designs| Octonorm System | Print Production | Rural Reach | Image Consultancy | Exhibitions | Media | Communications | Designer Stalls | Exhibition Contractors | Octonorm System | Exhibition Furniture | Audio-visual Equipment | Rural Promotions | Vehicular Publicity | Exhibitions | Media | Communications | CD Printing</marquee>');
}
