function showvid(Vnum,YTnum,Hnum,service,sngnm){
	_gaq.push(['_trackEvent', 'Videos', sngnm , YTnum ,1,false]);
	var ele = document.getElementById("pageplayer");
	var ele2 = document.getElementById("pageplayershell");
	ele.style.visibility="visible";
	ele2.style.visibility="visible";
	switch(service){
		case "Vimeo" :
			var s  = '<iframe src="http://player.vimeo.com/video/'+Vnum+'?title=0&amp;byline=0&amp;portrait=0&amp;autoplay=1&amp;color=FF4F07"  marginwidth="1" marginheight="1" scrolling="no" border="0" width="544" height="306" frameborder="0"></iframe>';
		break;
		case "YouTube" :
			var s  = '<iframe src="http://www.youtube.com/embed/'+YTnum+'?rel=0&modestbranding=1&showinfo=1&autohide=1&autoplay=1" width="544" height="306" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" allowfullscreen></iframe>';
		break;
		case "Hosted" :
			var s  = '<object width="544" height="306"><embed src="js/flayr.swf?movie=http://localhost/Johnthade/hosted/'+Hnum+'&preview=&name=&controls=show&autoplay=true" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="544" height="306"></embed></object>';
		break;
	}
	var o=window.frames[0];
	o.document.open();
	o.document.write(s);
	o.document.close();
}
function closevid(){
	var ele = document.getElementById("pageplayer");
	var ele2 = document.getElementById("pageplayershell");
	ele2.style.visibility="hidden";
	ele.style.visibility="hidden";
	var o=window.frames[0];
	o.document.open();
	o.document.write("");
	o.document.close();
}
function opensmvid(Vnum,YTnum,Hnum,service,sngnm){
	_gaq.push(['_trackEvent', 'Videos', sngnm, YTnum ,2,false]);
	var ele = document.getElementById("smplayer");
	var ele2 = document.getElementById("smplayerbut");
	var ele3 = document.getElementById("smplayerback");
	ele3.style.visibility="hidden";
	ele2.style.visibility="visible";
	switch(service){
		case "Vimeo" :
			var s  = '<iframe src="http://player.vimeo.com/video/'+Vnum+'?title=0&amp;byline=0&amp;portrait=0&amp;color=ff4f07&amp;autoplay=1" width="412" height="232" frameborder="0"></iframe>';
		break;
		case "YouTube" :
			var s  = '<iframe src="http://www.youtube.com/embed/'+YTnum+'?rel=0&modestbranding=1&showinfo=1&autohide=1&autoplay=1&controls=0" width="412" height="232" marginwidth="1" marginheight="1" scrolling="no" border="0" frameborder="0" allowfullscreen></iframe>';
		break;
		case "Hosted" :
			var s  = '<object width="412" height="232"><embed src="js/flayr.swf?movie=http://localhost/Johnthade/hosted/'+Hnum+'&preview=&name=&controls=hide&autoplay=true" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="412" height="232"></embed></object>';
		break;
	}
	ele.innerHTML = s;
}
function clrsmvid(){
	var ele = document.getElementById("smplayer");
	var ele2 = document.getElementById("smplayerbut");
	var ele3 = document.getElementById("smplayerback");
	ele3.style.visibility="visible";
	ele2.style.visibility="hidden";
	ele.innerHTML = "<a class='sng0' href=\"javascript:opensmvid('26221655','wlNaSv196UI','1.flv','YouTube','Show Sampler')\"></a>"+
					"<a class='sng1' href=\"javascript:opensmvid('27571478','1ppjWpfxv5A','4.flv','YouTube','Anniversary Song')\"></a>"+
					"<a class='sng2' href=\"javascript:opensmvid('27572087','Xz7dnvKjdfc','15.flv','YouTube','Dein ist Mein')\"></a>"+
					"<a class='sng3' href=\"javascript:opensmvid('27571761','KnBm8QLaUvI','2.flv','YouTube','Maria')\"></a>"+
					"<a class='sng4' href=\"javascript:opensmvid('26690089','0Drwm0qk68E','8.flv','YouTube','Play All')\"></a>";
}
