var objFlash;
//alert (objFlash);
objFlash="<tr><td><table width=\"100%\" border=0 cellpadding=0 cellspacing=0><tr><td width=740 valign=top>";
if (FlashEnabled)
{
objFlash += "<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\"";
objFlash += "WIDTH=740 HEIGHT=160 id=tajhotel ALIGN=\"\"><PARAM NAME=movie VALUE=\"tajhotel.swf?xmlsrc=jaimahal_dining.xml\">";
objFlash += "<PARAM NAME=menu VALUE=false><PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <PARAM NAME=wmode VALUE=transparent ><EMBED  WMODE=\"transparent\" src=\"tajhotel.swf?xmlsrc=jaimahal_dining.xml\" quality=high bgcolor=#FFFFFF  WIDTH=\"740\" HEIGHT=\"160\" NAME=\"tajhotel\" ALIGN=\"\"";
objFlash += "TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\"></EMBED></object>";
}
else
{
objFlash += "<img src='images/gallerycontent1.jpg' border=0 align=middle>";
}
objFlash += "</td></tr></table></td></tr>";
document.write (objFlash);

function getMap()
{
	//alert("Opening Map");
	mapWin = window.open("Map.html","mapper","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=410,height=420");
}

function getImage(v_imgsrc)
{
	alert(v_imgsrc);
}

function getGallery(picnum)
{
 
 showPhotoGallery(picnum-1)
 
}