function ShowSplash(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='785' height='342' 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/splash.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='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/images/design/splash.swf' width='785' height='342' 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 ShowFlash(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='785' height='342' 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='342' 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 ShowCourseTour(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='500' height='474' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='header'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/course_tour.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='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/course_tour.swf' width='500' height='474' 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 ShowCourseTour2(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='570' height='400' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0'>");
    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='opaque'>");
    document.write("<PARAM NAME='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/images/design/holebyhole.swf' width='570' height='400' 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 ShowFacilitiesGallery(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='500' height='626' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='header'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/facilities.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='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/facilities.swf' width='500' height='626' 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 ShowWeddingGallery(pth)
{

    document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='500' height='422' codebase='http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0' ID='header'>");
    document.write("<PARAM NAME='MOVIE' VALUE='" + pth + "/weddings.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='QUALITY' VALUE='high'>");
    document.write("<EMBED SRC='" + pth + "/weddings.swf' width='500' height='422' 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;
}