﻿document.write('<div id="topnav">');


document.write('<div id="home"><a href="index.html">Home</a></div>');
		
document.write('<div id="links">');
document.write('<a href="about.html">About Us</a>');
document.write('&nbsp; /&nbsp; <a href="directions.html">Directions</a>');
document.write('&nbsp; /&nbsp; <a href="contact.html">Contact Us</a>');
document.write('&nbsp; &bull;&nbsp; <a href="giftcards.html">Gift Cards</a>');
document.write('</div>');


document.write('</div>');



document.write('<div id="flash">');

if (navigator.userAgent.indexOf("MSIE")!=-1) {
	AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','775','height','205','wmode','transparent','src','swfs/' + head + '','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','swfs/' + head + '');
}
else {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="775" height="205">');
	document.write('<param name="movie" value="swfs/' + head + '.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="swfs/' + head + '.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="775" height="205">');
	document.write('</embed>');
	document.write('</object>');
}

document.write('</div>');



document.write('<div id="nav">');

if (navigator.userAgent.indexOf("MSIE")!=-1) {
	AC_FL_RunContent('codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','775','height','70','wmode','transparent','src','swfs/nav-' + head + '','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','swfs/nav-' + head + '');
}
else {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" width="775" height="70">');
	document.write('<param name="movie" value="swfs/nav-' + head + '.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<embed src="swfs/nav-' + head + '.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="775" height="70">');
	document.write('</embed>');
	document.write('</object>');
}

document.write('</div>');