function fnTop()
	{
	var str="";
	str+="<tr><td colspan='7' onMouseOver='hideall();'>";
	str+="<table cellpadding='0' cellspacing='0' border='0' width='780'>";
	str+="<tr>";
	str+="<td rowspan='2'><img src='images/logo.jpg' width='204' height='177' border='0' alt='' usemap='#Map'></td>";
	str+="<td class='top_bg' colspan='2'><a href='" + linkPath +"index.html' class='top'>Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='" + linkPath +"http://clients.mindbodyonline.com/ws.asp?studio=ScoopWellington&stype=3&sLoc=0' target='blank' class='top'>Client Login</a></td></tr>";
	str+="</tr>";
	str+="<tr>";
	str+="<td><img src='images/bannerimg.jpg' width='363' height='153' border='0' alt=''></td>";
	str+="<td><img src='images/top_img.jpg' width='213' height='153' border='0' alt=''></td>";
	str+="</tr>";
	str+="</table>";
	str+="</td></tr>";
	
	str+="<tr>";
	str+="<td class='exercises_bg'><a href='" + linkPath +"exercise.html' class='menu' onMouseover='hideall();menu(0);'>EXERCISES WE OFFER</a></td>";
	str+="<td class='location_bg'><a href='" + linkPath +"location.html' class='menu' onMouseOver='hideall();'>LOCATIONS</a></td>";
	str+="<td class='contact_bg'><a href='" + linkPath +"contact_us.html' class='menu' onMouseOver='hideall();'>CONTACT US</a></td>";
	str+="<td class='online_bg'><a href='" + linkPath +"http://clients.mindbodyonline.com/ws.asp?studio=ScoopWellington&stype=43&sLoc=0' target='blank' class='menu' onMouseOver='hideall();'>ONLINE STORE</a></td>";
	str+="<td class='Schedule_bg'><a href='" + linkPath +"http://clients.mindbodyonline.com/ws.asp?studio=ScoopWellington&stype=1&sLoc=0' target='blank' class='menu' onMouseOver='hideall();'>Schedule a Class</a></td>";
	str+="<td class='Schedule_bg2'><a href='" + linkPath +"http://clients.mindbodyonline.com/ws.asp?studio=ScoopWellington&stype=3&sTG=1&sView=day&sLoc=0' target='blank' class='menu' onMouseOver='hideall();'>Schedule Private Session</a></td>";
	str+="<td valign='top' onMouseOver='hideall();'><img src='images/right_img.jpg' width='111' height='30' alt='' border='0'></td>";
	str+="</tr>";
	str+="<tr><td colspan='7' onMouseOver='hideall();'><img src='images/gray_line.jpg' width='780' height='8' alt='' border='0'></td></tr>";
	document.write(str);
	}

function fnBottom()
	{
	var str="";
	str+="<tr><td colspan='2' height='15'></td></tr>";
	str+="<tr><td colspan='2' class='bottom_bg'>Copyright © 2007 Scoop Fitness, Inc. All Rights Reserved.<br>Another <a href='http://www.web50.com' target='_blank' class='web'>Web50.com</a> Solution In Progress!</td></tr>";
	str+="<tr><td colspan='2' height='15'></td></tr>";
	document.write(str);
	}
	
function fnBottom_inner()
	{
	var str="";
	str+="<tr><td colspan='7' height='2'></td></tr>";
	str+="<tr><td colspan='7' class='bottom_bg'>Copyright © 2007 Scoop Fitness, Inc. All Rights Reserved.<br>Another <a href='http://www.web50.com' target='_blank' class='web'>Web50.com</a> Solution In Progress</td></tr>";
	str+="<tr><td colspan='7' height='2'></td></tr>";
	document.write(str);
	}
