function ShowFlash(pth)
{
    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='1000' height='297' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='header'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/images/design/header.swf'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='WMODE' VALUE='transparent'>");
	document.write("<PARAM NAME='bgcolor' VALUE='#D6E7BA'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/images/design/header.swf' bgcolor='#D6E7BA' width='1000' height='297' PLAY='true' LOOP='true' WMODE='transparent' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}

function ShowTour(pth)
{
    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='675' height='787' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='tour'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/images/design/holebyhole.swf'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='WMODE' VALUE='transparent'>");
	document.write("<PARAM NAME='bgcolor' VALUE='#D6E7BA'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/images/design/holebyhole.swf' bgcolor='#D6E7BA' width='675' height='787' PLAY='true' LOOP='true' WMODE='transparent' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}

function ShowVideo(pth)
{
    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='320' height='240' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='video'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/video.swf'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='WMODE' VALUE='transparent'>");
	document.write("<PARAM NAME='bgcolor' VALUE='#D6E7BA'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/video.swf' bgcolor='#D6E7BA' width='320' height='240' PLAY='true' LOOP='true' WMODE='transparent' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}


function getPath()
{
   var sitePath = pth + "/";
   return sitePath;
}
