function ShowFlash(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='785' height='310' 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='785' height='310' 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 ShowGarrett(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='250' height='166' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='Garrett'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/images/design/garrett_bio.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/garrett_bio.swf' width='250' height='166' 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 ShowCraig(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='250' height='166' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='craig'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/images/design/craig_bio.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/craig_bio.swf' width='250' height='166' 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 ShowGolfTip1(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='180' height='120' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='craig'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/images/design/golf_tip_2.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/golf_tip_2.swf' width='160' height='120' 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 ShowGolfTip2(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='180' height='120' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='craig'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/golf_tip_2.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 + "/golf_tip_2.swf' width='160' height='120' 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;
}