var ShowZytezvl_still_loading=true;
var ShowZytetout1;
var ShowZytetout2;
var lastVideoTitlePlayed="";
var lastVideoMidPlayed="";
var lastVideoTitlePlayedEncoded="";

var zvl_prescriptload = window.onload;
window.onload = function() {
	if (typeof (zvl_prescriptload) == 'function') {
		zvl_prescriptload();
	}
	write_zvl_div();
};

function playType(t){
	height=345;
		if(t=="qt"){ height=316; }	
		if(t=="wm"){ height=363; }	
		document.getElementById("zvl_iframe").style.height=height+"px";
		document.getElementById("zvl_popup_mid").style.height=height+"px";
		
}

function write_zvl_div(){
	document.body.innerHTML+="<iframe id='zvl_iframe_post' style='display:none'></iframe><div id='zvl_popup' style='position:absolute; z-index:100; display:none; left:0px; top:0px'><div style='position:absolute; top:-27px; z-index:999;left:234px; height:36px; overflow:hidden; width:164px'><div style='position:absolute; left:0px; top:40px; width:164px; height:36px; cursor:pointer' onclick='javascript:library_click_to_share()' id='player_sharediv'><div id='zvl_popup1' style='position:absolute; border-width:0px; left:0px; top:0px; width:164px; height:36px'></div><div style='cursor:pointer;position:absolute; left:0px; top:12px; width:164px; text-align:center'><span style='font-size: 12px;line-height:13px; font-weight: bold; font-family: Arial; color: rgb(44, 122, 250); text-decoration: none;'>Share This Video!</span></div></div></div><div style='position:absolute; top:-27px; z-index:999;left:70px; height:36px; overflow:hidden; width:164px'><div style='position:absolute; left:0px; top:40px; width:164px; height:36px; cursor:pointer' onclick='javascript:library_click_to_call()' id='player_calldiv'><div id='zvl_popup2' style='position:absolute; border-width:0px; left:0px; top:0px; width:164px; height:36px'></div><div style='cursor:pointer;position:absolute; left:0px; top:12px; width:164px; text-align:center'><span style='font-size: 12px; line-height:13px;font-weight: bold; font-family: Arial; color: rgb(44, 122, 250); text-decoration: none;'>Click to Call</span></div></div></div><div id='zvl_popup_top' style='height:41px; position:relative'></div><div id='zvl_popup_mid' style='height:345px;width:420px; overflow:hidden;position:relative;'><div id='zvl_popup_midimage' style='position:absolute'></div><iframe marginwidth='0' scrolling='no' frameborder='0' id='zvl_iframe' style='border-width:0px; width:400px; height:345px;left:10px;overflow:hidden;position:absolute' src='http://www.elocallink.tv/sandbox2/modules/player/blank.html'></iframe></div><div id='zvl_popup_bottom' style='height:37px;position:relative'></div><a href='javascript:close_zvl()'><img src='http://www.elocallink.tv/sandbox2/modules/show_zyte_library/close_button.jpg' style='position:absolute; border-width:0px; left:374px; top:10px'></a><div id='zvl_moviename' style='line-height:12px; position:absolute; top:20px; left:15px; color:#222222; font-family:Arial; font-size:12px; font-weight:bold'></div></div>";
	
	writeImageToDiv("http://www.elocallink.tv/sandbox2/modules/show_zyte_library/player_top.png", 420, 41, 0, 0, "zvl_popup_top", "");
	writeImageToDiv("http://www.elocallink.tv/sandbox2/modules/show_zyte_library/player_bottom.png", 420, 37, 0, 0, "zvl_popup_bottom", "");
	writeImageToDiv("http://www.elocallink.tv/sandbox2/modules/show_zyte_library/player_mid.png", 420, 470, 0, 0, "zvl_popup_midimage", "");
	writeImageToDiv("http://www.smartsite.tv/modules/player/popup.png", 164, 36, 0, 0, "zvl_popup1", "");
	writeImageToDiv("http://www.smartsite.tv/modules/player/popup.png", 164, 36, 0, 0, "zvl_popup2", "");

	if (!IE){
		screenWidth=window.innerWidth;
	}else{
		screenWidth=document.documentElement.clientWidth;
	}
	
	ShowZytezvl_still_loading=false;
	
	if(toplay!=""){
			document.getElementById("zvl_popup").style.left=((screenWidth/2)-210)+'px';
			document.getElementById("zvl_popup").style.top="250px";
			display_zvl(toplay,'', false, '');
	}
	
	turnOffForAdminFunctions.push(close_zvl);
}

function library_click_to_call(){
	spu_close();
	click_to_call_with_offsets(0, -50,-180);
}

function library_click_to_share(){
	cc_close();
	click_to_share_with_offsets(-50,-250);
}

function display_zvl(mid, title, offset, enctitle){
	
	if(title=="" && document.getElementById("zvl_toplay_title")!=null){
		title=document.getElementById("zvl_toplay_title").innerHTML;
		enctitle=document.getElementById("zvl_toplay_title_encoded").innerHTML;
	}
	
	lastVideoTitlePlayed=title;
	lastVideoMidPlayed=mid;
	lastVideoTitlePlayedEncoded=enctitle;
	
	//If there is a share_popup module on this page, we need to add the mid and title to the share_popup's form so it can be e-mailed out
	if(document.getElementById("mid_to_play")!=null) document.getElementById("mid_to_play").value=mid;
	if(document.getElementById("typeofplayer")!=null) document.getElementById("typeofplayer").value="zytelib";
	
	zvl_screenWidth=document.documentElement.clientWidth;
	
	if(offset==true){
		zvl_offsetX=20;
		if(tempX+zvl_offsetX+420>zvl_screenWidth){
				zvl_offsetX=-420;
		}
		
		document.getElementById("zvl_popup").style.left=(tempX+zvl_offsetX)+'px';
		document.getElementById("zvl_popup").style.top=(tempY-160)+'px';
	}
	
	document.getElementById("zvl_iframe_post").src="http://www.smartsite.tv/tracking/universal_tracking.php?pid="+encoded_pid+"&insert_type=webvideo&etx="+enctitle;
	
	
	document.getElementById("zvl_popup").style.display="block";
	document.getElementById("zvl_moviename").innerHTML=title;
	
	clearTimeout(ShowZytetout1);
	clearTimeout(ShowZytetout2);
	
	document.getElementById("player_sharediv").style.top="40px";
	document.getElementById("player_calldiv").style.top="40px";
	
	ShowZytetout1=setTimeout(function(){
		new Effect.Move ('player_sharediv',{ x: 0, y: -40, duration:.7, mode: 'relative'});
	}, 3000);
	ShowZytetout2=setTimeout(function(){
		new Effect.Move ('player_calldiv',{ x: 0, y: -40, duration:.7, mode: 'relative'});
	}, 5000);
	
	if (OneClickCookiesExist()==false){
		document.getElementById("zvl_iframe").src="http://www.elocallink.tv/vp2/vp6_brainzyte.php?parentloc="+escape(document.location);		
		StartCheckingURLForCookieVariables(display_zvl_After_Cookies_Written);
	}
	else{
		document.getElementById("zvl_iframe").src="http://www.elocallink.tv/zyte/viewertalk_b_encoded.php?zytetype="+SmartSite_readCookie("type")+"&brver="+SmartSite_readCookie("brver")+"&flver="+SmartSite_readCookie("flver")+"&cspeed="+SmartSite_readCookie("cspeed")+"&pid=&value="+mid+"&parentloc="+document.location;
	}
}

function display_zvl_After_Cookies_Written(){
	
	//created the cookies, now play the file
	document.getElementById("zvl_iframe").src="http://www.elocallink.tv/zyte/viewertalk_b_encoded.php?zytetype="+SmartSite_readCookie("type")+"&brver="+SmartSite_readCookie("brver")+"&flver="+SmartSite_readCookie("flver")+"&cspeed="+SmartSite_readCookie("cspeed")+"&pid=&value="+lastVideoMidPlayed+"&parentloc="+document.location;
	
	document.getElementById("zvl_iframe_post").src="http://www.smartsite.tv/tracking/universal_tracking.php?pid="+encoded_pid+"&insert_type=webvideo&etx="+lastVideoTitlePlayedEncoded;
}

function close_zvl(){
	document.getElementById("zvl_popup").style.display="none";	
	document.getElementById("zvl_iframe").src="http://www.elocallink.tv/sandbox2/modules/player/blank.html";
}


