//		Name:	tour1.js
//        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
//Description:	 Men-O-Lan Virtual Tour JavaScript Source File
//      Created:	 03/26/2007
//     Updated:	 03/26/2007

document.write('<object data="actpubs.swf" type="application/x-shockwave-flash" width="270" height="80">');
document.write('<param name="movie" value="actpubs.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<embed src="actpubs.swf" width="270" height="80" autostart="true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>');
document.write('</object>');
