function header_html () 
{
document.writeln("  <table width=100% height=100% cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  	<tr 1> "); 
document.writeln("  		<td rowspan=3 width=10 align=\"right\"><div id=\"green_b1_in\"></div></td> "); 
document.writeln("  		<td id=\"white_top_b\"></td> "); 
document.writeln("  		<td rowspan=3 width=10 align=\"left\"><div id=\"red_b1_in\"></div></td> "); 
document.writeln("  	</tr> "); 
document.writeln("  	<tr 2> "); 
document.writeln("  		<td width=100% height=600> "); 
document.writeln("  			<table width=100% height=600 cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  				<tr> "); 
document.writeln("  					<td nav> "); 
document.writeln("  						<table width=100% height=100 cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  							<tr> "); 
document.writeln("  								<td id=\"nav_logo\" width=140><img src=\"images/logo5.gif\"></td> "); 
document.writeln("  								<td id=\"nav_tran\" width=60 align=left><div style=\"width: 60px\"></div></td> "); 
document.writeln("  								<td id=\"nav_menu\" width=100%> "); 
document.writeln("  									<table width=100% cellspacing=0 cellpadding=0 border=0><!-- CONTAINER --> "); 
document.writeln("  										<tr> <!-- FIRST ROW  --> "); 
document.writeln("  											<td> "); 
document.writeln("  												<table width=100% height=50 align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  													<tr> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"index.htm\" title=\"Home\"><img src=\"images/home.gif\" alt=\"home\" border=\"0\" id=\"home\" OnMouseOver=\"waxOn('home')\" onMouseOut=\"waxOff('home')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"events.htm\" title=\"Events\"><img src=\"images/events.gif\" alt=\"Events\" border=0 id=\"events\" OnMouseOver=\"waxOn('events')\" onMouseOut=\"waxOff('events')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"restaurant.htm\" title=\"Tour\"><img src=\"images/restaurant.gif\" alt=\"Tour\" border=0 id=\"rest\" OnMouseOver=\"waxOn('rest')\" onMouseOut=\"waxOff('rest')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"test.htm\" title=\"Reviews\"><img src=\"images/test.gif\" alt=\"Reviews\" border=0 id=\"test\" OnMouseOver=\"waxOn('test')\" onMouseOut=\"waxOff('test')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"information.htm\" title=\"information\"><img src=\"images/info.gif\" alt=\"information\" border=0 id=\"info\" OnMouseOver=\"waxOn('info')\" onMouseOut=\"waxOff('info')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  													</tr> "); 
document.writeln("  												</table> "); 
document.writeln("  											</td> "); 
document.writeln("  										</tr> "); 
document.writeln("  										<tr>  <!-- SECOND ROW  --> "); 
document.writeln("  											<td> "); 
document.writeln("  												<table width=100% height=50 align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  													<tr> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"location.htm\" title=\"Maps and Directions\"><img src=\"images/location.gif\" alt=\"Maps and Directions\" border=0 id=\"location1\" OnMouseOver=\"waxOn('location1')\" onMouseOut=\"waxOff('location1')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"menu.htm\" title=\"menu\"><img src=\"images/menu.gif\" alt=\"menu\" border=0 id=\"menu\" OnMouseOver=\"waxOn('menu')\" onMouseOut=\"waxOff('menu')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"eclub.htm\" title=\"eclub\"><img src=\"images/eclub.gif\" alt=\"eclub\" border=0 id=\"eclub\" OnMouseOver=\"waxOn('eclub')\" onMouseOut=\"waxOff('eclub')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"contact.htm\" title=\"Contact Us\"><img src=\"images/contact.gif\" alt=\"Contact Us\" border=0 id=\"contact\" OnMouseOver=\"waxOn('contact')\" onMouseOut=\"waxOff('contact')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  														<td width=20%> <!--  BUTTON  --> "); 
document.writeln("  															<table align=center cellspacing=0 cellpadding=0 border=0> "); 
document.writeln("  																<tr> "); 
document.writeln("  																	<td><a href=\"party.htm\" title=\"party\"><img src=\"images/parties.gif\" alt=\"party\" border=0 id=\"party\" OnMouseOver=\"waxOn('party')\" onMouseOut=\"waxOff('party')\"></a></td> "); 
document.writeln("  																</tr> "); 
document.writeln("  															</table> "); 
document.writeln("  														</td> "); 
document.writeln("  													</tr> "); 
document.writeln("  												</table> "); 
document.writeln("  											</td> "); 
document.writeln("  										</tr> "); 
document.writeln("  									</table> "); 
document.writeln("  								</td> "); 
document.writeln("  							</tr> "); 
document.writeln("  						</table> "); 
document.writeln("  					</td> "); 
document.writeln("  				</tr> "); 
document.writeln("  				<tr> "); 
document.writeln("  					<td id=\"white_b\"></td> "); 
document.writeln("  				</tr> "); 
document.writeln("  				<tr> "); 
document.writeln("  					<td content height=100%> "); 
document.writeln("  ");

}

/*
 <!-- START OF TEMPLATE  -->
 <table width=100% height=100% cellspacing=0 cellpadding=0 border=0>
 	<tr 1>
 		<td rowspan=3 width=10 align="right"><div id="green_b1_in"></div></td>
 		<td id="white_top_b"></td>
 		<td rowspan=3 width=10 align="left"><div id="red_b1_in"></div></td>
 	</tr>
 	<tr 2>
 		<td width=100% height=600>
 			<table width=100% height=600 cellspacing=0 cellpadding=0 border=0>
 				<tr>
 					<td nav>
 						<table width=100% height=100 cellspacing=0 cellpadding=0 border=0>
 							<tr>
 								<td id="nav_logo" width=140><img src="images/logo5.gif"></td>
 								<td id="nav_tran" width=60 align=left><div style="width: 60px"></div></td>
 								<td id="nav_menu" width=100%>
 									<table width=100% cellspacing=0 cellpadding=0 border=0><!-- CONTAINER -->
 										<tr> <!-- FIRST ROW  -->
 											<td>
 												<table width=100% height=50 align=center cellspacing=0 cellpadding=0 border=0>
 													<tr>
 														<td> <!--  BUTTON  -->
 															<table align=center cellspacing=0 cellpadding=0 border=0>
 																<tr>
 																	<td><a href="index.htm" title="Home"><img src="images/home.gif" alt="home" border="0" id="home" OnMouseOver="waxOn('home')" onMouseOut="waxOff('home')"></a></td>
 																</tr>
 															</table>
 														</td>
 														<td> <!--  BUTTON  -->
 															<table align=center cellspacing=0 cellpadding=0 border=0>
 																<tr>
 																	<td><a href="restaurant.htm" title="restaurant"><img src="images/restaurant.gif" alt="restaurant" border=0 id="rest" OnMouseOver="waxOn('rest')" onMouseOut="waxOff('rest')"></a></td>
 																</tr>
 															</table>
 														</td>
 														<td> <!--  BUTTON  -->
 															<table align=center cellspacing=0 cellpadding=0 border=0>
 																<tr>
 																	<td><a href="test.htm" title="Testimonial"><img src="images/test.gif" alt="Testimonial" border=0 id="test" OnMouseOver="waxOn('test')" onMouseOut="waxOff('test')"></a></td>
 																</tr>
 															</table>
 														</td>
 														<td> <!--  BUTTON  -->
 															<table align=center cellspacing=0 cellpadding=0 border=0>
 																<tr>
 																	<td><a href="information.htm" title="information"><img src="images/info.gif" alt="information" border=0 id="info" OnMouseOver="waxOn('info')" onMouseOut="waxOff('info')"></a></td>
 																</tr>
 															</table>
 														</td>
 													</tr>
 												</table>
 											</td>
 										</tr>
 										<tr>  <!-- SECOND ROW  -->
 											<td>
 												<table width=100% height=50 align=center cellspacing=0 cellpadding=0 border=0>
 													<tr>
 														<td> <!--  BUTTON  -->
 															<table align=center cellspacing=0 cellpadding=0 border=0>
 																<tr>
 																	<td><a href="location.htm" title="location"><img src="images/location.gif" alt="location" border=0 id="location" OnMouseOver="waxOn('location')" onMouseOut="waxOff('location')"></a></td>
 																</tr>
 															</table>
 														</td>
 														<td> <!--  BUTTON  -->
 															<table align=center cellspacing=0 cellpadding=0 border=0>
 																<tr>
 																	<td><a href="contact.htm" title="contact"><img src="images/contact.gif" alt="contact" border=0 id="contact" OnMouseOver="waxOn('contact')" onMouseOut="waxOff('contact')"></a></td>
 																</tr>
 															</table>
 														</td>
 														<td> <!--  BUTTON  -->
 															<table align=center cellspacing=0 cellpadding=0 border=0>
 																<tr>
 																	<td><a href="party.htm" title="party"><img src="images/parties.gif" alt="party" border=0 id="party" OnMouseOver="waxOn('party')" onMouseOut="waxOff('party')"></a></td>
 																</tr>
 															</table>
 														</td>
 													</tr>
 												</table>
 											</td>
 										</tr>
 									</table>
 								</td>
 							</tr>
 						</table>
 					</td>
 				</tr>
 				<tr>
 					<td class="white_b"></td>
 				</tr>
 				<tr>
 					<td content height=100%>
 					<!--  END OF TEMPLATE  -->
 					
http://www.yellowpipe.com/yis/tools/HTML_converter/index.html
*/

function footer_html () 
{


<!-- 
document.writeln(" 					<!--  START OF TEMPLATE  --> "); 
document.writeln(" 					</td> "); 
document.writeln(" 				</tr> "); 
document.writeln(" 				<tr ></tr> "); 
document.writeln(" 				<tr> "); 
document.writeln(" 					<td nav> "); 
document.writeln(" 						<table width=100% height=20 cellspacing=0 cellpadding=0 border=0 align=center> "); 
document.writeln(" 							<tr> "); 
document.writeln(" 								<td id=\"footer\" align=center><img id=\"footer_print\" src=\"images/footer_print.gif\"><img id=\"footer_display\" src=\"images/footer1.gif\"></td> "); 
document.writeln(" 							</tr> "); 
document.writeln(" 						</table> "); 
document.writeln(" 					</td> "); 
document.writeln(" 				</tr> "); 
document.writeln(" 			</table> "); 
document.writeln(" 		</td> "); 
document.writeln(" 	</tr> "); 
document.writeln(" 	<tr 3> "); 
document.writeln(" 		<td id=\"white_bottom_b\"></td> "); 
document.writeln(" 	</tr> "); 
document.writeln(" </table> "); 
document.writeln(" <!-- END OF TEMPLATE  --> ");
 // -->
}

/*
					<!--  START OF TEMPLATE  -->
					</td>
				</tr>
				<tr>
					<td class="white_b"><div style="width: 980px"></div></td>
				</tr>
				<tr>
					<td nav>
						<table width=100% height=20 cellspacing=0 cellpadding=0 border=0 align=center>
							<tr>
								<td id="footer" align=center><img id="footer_print" src="images/footer_print.gif"><img id="footer_display" src="images/footer1.gif"></td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr 3>
		<td id="white_bottom_b"></td>
	</tr>
</table>
<!-- END OF TEMPLATE  -->

http://www.yellowpipe.com/yis/tools/HTML_converter/index.html
*/


if (document.images) {
	home_off = new Image(); home_off.src = "images/home.gif"; home_hov = new Image(); home_hov.src = "images/home_o.gif";
	rest_off = new Image(); rest_off.src = "images/restaurant.gif"; rest_hov = new Image(); rest_hov.src = "images/restaurant_o.gif";
	events_off = new Image(); events_off.src = "images/events.gif"; events_hov = new Image(); events_hov.src = "images/events_o.gif";
	test_off = new Image(); test_off.src = "images/test.gif"; test_hov = new Image(); test_hov.src = "images/test_o.gif";
	info_off = new Image(); info_off.src = "images/info.gif"; info_hov = new Image(); info_hov.src = "images/info_o.gif";
	location1_off = new Image(); location1_off.src = "images/location.gif"; location1_hov = new Image(); location1_hov.src = "images/location_o.gif";
	contact_off = new Image(); contact_off.src = "images/contact.gif"; contact_hov = new Image(); contact_hov.src = "images/contact_o.gif";
	party_off = new Image(); party_off.src = "images/parties.gif"; party_hov = new Image(); party_hov.src = "images/parties_o.gif";
	menu_off = new Image(); menu_off.src = "images/menu.gif"; menu_hov = new Image(); menu_hov.src = "images/menu_o.gif";
	eclub_off = new Image(); eclub_off.src = "images/eclub.gif"; eclub_hov = new Image(); eclub_hov.src = "images/eclub_o.gif";
	}

function waxOn(imgName) {
	if (document.images) {
		document.images[imgName].src = eval(imgName + "_hov.src");
		}
	}
function waxOff(imgName) {
	if (document.images) {
		document.images[imgName].src = eval(imgName + "_off.src");
		}
	}

function show_villagio (){
	floorplan.style.display = 'none';
	villagio.style.display ='';
	}

function show_floorplan (){
	villagio.style.display ='none';
	floorplan.style.display = '';
	}

//  DISPLAY RANDOM Backgrounds
	function disp_rand_bg(value){
		var imgArray=new Array();
		var altArray=new Array();

		imgArray[1] =	"<td width='100%' height='100%' id='content1'>";
		imgArray[2] =	"<td width='100%' height='100%' id='content2'>";
		imgArray[3] =	"<td width='100%' height='100%' id='content3'>";
		imgArray[4] =	"<td width='100%' height='100%' id='content4'>";
		imgArray[5] =	"<td width='100%' height='100%' id='content5'>";
		imgArray[6] =	"<td width='100%' height='100%' id='content6'>";
		imgArray[7] =	"<td width='100%' height='100%' id='content7'>";
		imgArray[8] =	"<td width='100%' height='100%' id='content8'>";
		imgArray[9] =	"<td width='100%' height='100%' id='content9'>";
		imgArray[10] =	"<td width='100%' height='100%' id='content10'>";

		var rndNumBase = Math.random();
		//document.write(rndNumBase);
		//document.write(" || ");
		//document.write(imgArray.length);
		//document.write(" || ");
		var rndNum = Math.ceil(rndNumBase*(imgArray.length - 1));
		//document.write(rndNum);
		document.write(imgArray[rndNum]);
		//document.write(imgArray[2]);
		}

function info_click(room_name) {
	switch(room_name) {
		case 'galleria':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'bellini':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'mambo':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334290029429233%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'marco':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'tuscany':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'wine':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'chianti':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'bistro':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'villagio':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334118230737185%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'choc':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'pastry':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103338438967838049%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'pizza':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103339255011625265%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'parmigiana':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103339147637442721%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'ice':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'pasta':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103334414583481009%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'tavola':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103338705255810721%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'pescatore':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103339018788423697%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'salad':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103338533457118673%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'porcino':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103338370248361217%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'soup':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103338834104829745%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'rotisserie':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103338859874633569%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		case 'floorplan':
			dyno.innerHTML = "<embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='100%' height='100%' flashvars='host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103524488361167313%3Fkind%3Dphoto%26alt%3Drss' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed>";
			break;
		}
	}

function flash_home()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/home.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/home.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode="transparent"></embed>\n');
   document.write('</object>\n');
}

function flash_test()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/test.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/test.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode="transparent"></embed>\n');
   document.write('</object>\n');
}

function flash_contact()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/contact.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/contact.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode="transparent"></embed>\n');
   document.write('</object>\n');
}

function flash_info()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/information.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/information.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode=transparent></embed>\n');
   document.write('</object>\n');
}

function flash_eclub()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/eclub.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/eclub.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode=transparent></embed>\n');
   document.write('</object>\n');
}

function flash_events()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/events.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/events.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode=transparent></embed>\n');
   document.write('</object>\n');
}

function flash_location()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/location.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/location.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode=transparent></embed>\n');
   document.write('</object>\n');
}

function flash_party()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/parties.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/parties.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode=transparent></embed>\n');
   document.write('</object>\n');
}

function flash_restaurant()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/restaurant.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/restaurant.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode=transparent></embed>\n');
   document.write('</object>\n');
}

function flash_menu()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#3,0,0,0" width="380" height="50">\n');
   document.write('<param name="SRC" value="images/menu.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<PARAM NAME=loop VALUE="false">\n');
   document.write('<PARAM NAME=menu VALUE=false>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');
   document.write('<embed src="images/menu.swf" pluginspage="http://www.macromedia.com/shockwave/download/" type="application/x-shockwave-flash" width="380" height="50" wmode=transparent></embed>\n');
   document.write('</object>\n');
}


function flash_music()
	{
		document.writeln(" <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" width=\"206\" height=\"17\"> "); 
		document.writeln("   <param name=\"movie\" value=\"TSPlayerV2.1.swf\"> "); 
		document.writeln("   <param name=\"quality\" value=\"high\"> "); 
		document.writeln("   <param name=\"wmode\" value=\"transparent\"> "); 
		document.writeln("   <param name=\"FlashVars\" value=\"playlistfile=playlist.xml&configurationfile=configuration.xml\"> "); 
		document.writeln("   <embed src=\"TSPlayerV2.1.swf\" quality=\"high\" wmode=\"transparent\" flashvars=\"playlistfile=playlist.xml&configurationfile=configuration.xml\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"206\" height=\"17\"></embed> "); 
		document.writeln(" </object> "); 
	}

function flash_home_pics()
	{
	document.writeln(" <embed type=\"application/x-shockwave-flash\" src=\"http://picasaweb.google.com/s/c/bin/slideshow.swf\" width=\"100%\" height=\"100%\" flashvars=\"host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103176029074505825%3Fkind%3Dphoto%26alt%3Drss\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed> ");
	}

function flash_contact_pics()
	{
	document.writeln(" <embed type=\"application/x-shockwave-flash\" src=\"http://picasaweb.google.com/s/c/bin/slideshow.swf\" width=\"100%\" height=\"100%\" flashvars=\"host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5099514728368455457%3Fkind%3Dphoto%26alt%3Drss\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed> ");
	}

function flash_menu_pics()
	{
	document.writeln(" <embed type=\"application/x-shockwave-flash\" src=\"http://picasaweb.google.com/s/c/bin/slideshow.swf\" width=\"100%\" height=\"100%\" flashvars=\"host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5113937930540175313%3Fkind%3Dphoto%26alt%3Drss\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed> ");
	}

function flash_party_pics()
	{
	document.writeln(" <embed type=\"application/x-shockwave-flash\" src=\"http://picasaweb.google.com/s/c/bin/slideshow.swf\" width=\"100%\" height=\"100%\" flashvars=\"host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5100497227907219457%3Fkind%3Dphoto%26alt%3Drss\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed> ");
	}

function flash_tour_pics()
	{
	document.writeln(" <embed type=\"application/x-shockwave-flash\" src=\"http://picasaweb.google.com/s/c/bin/slideshow.swf\" width=\"100%\" height=\"100%\" flashvars=\"host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5103524488361167313%3Fkind%3Dphoto%26alt%3Drss\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed> ");
	}

function flash_review_pics()
	{
	document.writeln(" <embed type=\"application/x-shockwave-flash\" src=\"http://picasaweb.google.com/s/c/bin/slideshow.swf\" width=\"100%\" height=\"100%\" flashvars=\"host=picasaweb.google.com&RGB=0xffffff&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fcannoli.joes.austin%2Falbumid%2F5099514728368455457%3Fkind%3Dphoto%26alt%3Drss\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\"></embed> ");
	}

