// JavaScript Document

var curTab = 1;
var curVideo = 0;
//var videoArr = new Array("omsJgXV1YZo?fs","5478691453015291665","5498289775672810721","5FcQN5IsAcM?fs","xl-08ceXCRg?fs","05Hvan5D6rc?fs","ipLKxSLrZ5s?fs","-c1XCGhqhgw?fs","CwRfaKarHWk?fs","1zloWUdZPOs?fs","bXqzOHW7u-E","kNB-LohZmG0?fs","HbjYAGxwg9w&hl","1ecusGArN7Y&hl","0NYhxKGb8oc")

<!--<,"0NYhxKGb8oc","Vj9-yMuRaAc","aorEqc4fm94","GP432LMOYgg","DbyyPqvvfCU">-->


var photoArr = new Array("host=picasaweb.google.com&captions=1&hl=en_US&feat=flashalbum&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2FMAYOPRaccounts%2Falbumid%2F5535176912720695761%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US","host=picasaweb.google.com&captions=1&hl=en_US&feat=flashalbum&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2FMAYOPRaccounts%2Falbumid%2F5478691453015291665%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US","host=picasaweb.google.com&captions=1&hl=en_US&feat=flashalbum&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2FMAYOPRaccounts%2Falbumid%2F5498289775672810721%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US","host=picasaweb.google.com&captions=1&hl=en_US&feat=flashalbum&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2FMAYOPRaccounts%2Falbumid%2F5500591789940853729%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US","host=picasaweb.google.com&captions=1&hl=en_US&feat=flashalbum&RGB=0x000000&feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2FMAYOPRaccounts%2Falbumid%2F5529926931345687265%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US")

jQuery(document).ready(function(){
	
	jQuery(".tabsMenu ul li").eq(curTab-1).addClass("tab1On");
	jQuery("#tabCon1").css("display","block");

	jQuery(".tabsMenu ul li").click(function(){
	
		temp = jQuery(".tabsMenu ul li").index(this);
		jQuery("#tabCon"+curTab).css("display","none");
		jQuery(".tabsMenu ul li").eq(curTab-1).removeClass("tab"+curTab+"On");
		curTab = temp+1;
		
		if(curTab==3){			
			jQuery(".photoNavs ul li").eq(curVideo).addClass("on");
			document.getElementById("photoPlayer").innerHTML = "&nbsp;";
			//document.getElementById("photoPlayer").innerHTML = "<object height='220' width='365'><param value='http://www.youtube.com/v/"+videoArr[curVideo]+"&amp;hl=en_US&amp;fs=1?color1=0xe1600f&amp;color2=0xfebd01&amp;border=1' name='movie'/><param value='true' name='allowFullScreen'/><param value='always' name='allowscriptaccess'/><param value='transparent' name='wmode'/><embed height='220' width='365' allowfullscreen='true' allowscriptaccess='always' wmode='transparent' type='application/x-shockwave-flash' src='http://www.youtube.com/v/"+videoArr[curVideo]+"&amp;hl=en_US&amp;fs=1?color1=0xe1600f&amp;color2=0xfebd01&amp;border=1'/></object>";
document.getElementById("photoPlayer").innerHTML ="<object><param value='transparent' name='wmode'/><embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='365' height='220'  wmode='transparent' flashvars='"+photoArr[curVideo]+"' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object>";
		}
		else{
			
			document.getElementById("photoPlayer").innerHTML = "&nbsp;";
		}
		jQuery("#tabCon"+curTab).css("display","block");
		jQuery(".tabsMenu ul li").eq(curTab-1).addClass("tab"+curTab+"On");
	
	});
	
	jQuery(".photoNavs ul li").click(function(){
	
		temp = jQuery(".photoNavs ul li").index(this);
		jQuery(".photoNavs ul li").eq(curVideo).removeClass("on");
		curVideo = temp;
		jQuery(".photoNavs ul li").eq(curVideo).addClass("on");
		document.getElementById("photoPlayer").innerHTML = "&nbsp;";
//alert(photoArr[curVideo]);
document.getElementById("photoPlayer").innerHTML ="<object><param value='transparent' name='wmode'/><embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='365' height='220' wmode='transparent' flashvars='"+photoArr[curVideo]+"' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object>";



//document.getElementById("photoPlayer").innerHTML = "<object height='220' width='365'><param value='http://www.youtube.com/v/"+videoArr[curVideo]+"&amp;hl=en_US&amp;fs=1?color1=0xe1600f&amp;color2=0xfebd01&amp;border=1' name='movie'/><param value='true' name='allowFullScreen'/><param value='always' name='allowscriptaccess'/><param value='transparent' name='wmode'/><embed height='220' width='365' allowfullscreen='true' allowscriptaccess='always' wmode='transparent' type='application/x-shockwave-flash' src='http://www.youtube.com/v/"+videoArr[curVideo]+"&amp;hl=en_US&amp;fs=1?color1=0xe1600f&amp;color2=0xfebd01&amp;border=1'/></object>";
	});
	document.getElementById("photoPlayer").innerHTML = "&nbsp;";
	
document.getElementById("photoPlayer").innerHTML ="<object><param value='transparent' name='wmode'/><embed type='application/x-shockwave-flash' src='http://picasaweb.google.com/s/c/bin/slideshow.swf' width='365' height='220' wmode='transparent' flashvars='"+photoArr[curVideo]+"' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></object>";
	

});
