var imgPath = "";
var page = document.location.href;
var galleryPath = "/media/images/cabin_rentals/";
var galleryPath2 = "/media/images/";

if(page.indexOf('/pages/') > -1)
	imgPath = "/media/images/common/";
else
	imgPath = "/media/images/home/";

function swapNav(elm)	{
	var obj = document.getElementById(elm);
	obj.src = imgPath+elm+"_over.jpg";
}

function swapNavBack(elm)	{
	var obj = document.getElementById(elm);
	obj.src = imgPath+elm+".jpg";
}

function setNav(elm)	{
	var obj = document.getElementById(elm);
	obj.className = "selected";
}

function gallerySwap(elm,dir,txt){
	var obj = document.getElementById('swapper');
	var cption = document.getElementById('caption');
	obj.src = galleryPath+dir+"/"+elm+"_large.jpg";
	cption.innerHTML = txt;
}

function gallerySwap2(elm,dir){
	var obj = document.getElementById('swapper2');
	obj.src = galleryPath2+dir+"/"+elm+"_large.jpg";
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function InsertFlash(){
	  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="430" height="285">\n');
	  document.write('<param name="movie" value="media/flash/homepage/homepage.swf" />\n');
	  document.write('<embed src="media/flash/homepage/homepage.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="430" height="285">\n');
	  document.write('</embed>\n');
	  document.write('<param name=quality value=high/>\n');
	  document.write('</object>\n');
 }

function InsertFlashVideo(){
	  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="340" height="300">\n');
	  document.write('<param name="movie" value="media/flash/video.swf" />\n');
	  document.write('<embed src="media/flash/video.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="340" height="300">\n');
	  document.write('</embed>\n');
	  document.write('<param name=quality value=high/>\n');
	  document.write('</object>\n');
 }
 