function ShowFlash(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='589' height='277' 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='opaque'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/images/design/header.swf' width='589' height='277' PLAY='true' LOOP='true' WMODE='opaque' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}

function ShowVideo1(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='400' height='300' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='video1'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/technology/HarbourTownv3.swf'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='WMODE' VALUE='opaque'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/technology/HarbourTownv3.swf' width='400' height='300' PLAY='true' LOOP='true' WMODE='opaque' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}
function ShowVideo2(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='400' height='300' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='video2'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/technology/Infamous-18Hole1v1.swf'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='WMODE' VALUE='opaque'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/technology/Infamous-18Hole1v1.swf' width='400' height='300' PLAY='true' LOOP='true' WMODE='opaque' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}
function ShowVideo3(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='400' height='300' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='video3'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/technology/PebbleBeech18v4.swf'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='WMODE' VALUE='opaque'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/technology/PebbleBeech18v4.swf' width='400' height='300' PLAY='true' LOOP='true' WMODE='opaque' QUALITY='high' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>");
    document.write("</EMBED>");
    document.write("</OBJECT>");
}
function ShowVideo4(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='400' height='300' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='video4'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/technology/TeethoftheDogHole 7-v1.swf'>");
    document.write("<PARAM NAME='PLAY' VALUE='true'>");
    document.write("<PARAM NAME='LOOP' VALUE='true'>");
    document.write("<PARAM NAME='WMODE' VALUE='opaque'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/technology/TeethoftheDogHole 7-v1.swf' width='400' height='300' PLAY='true' LOOP='true' WMODE='opaque' 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;
}