﻿
var VideoWrapperControl_VideoRolloverTimeoutId=0;function VideoWrapperControl_ShowRollOverVideoFromCollection(videoId,rolloverDisplayMilliseconds)
{var videos=Global_GetVideosCollection();var video=videos[videoId];var title=video.title;var source=video.source;var createdOn=video.createdOn;var associatedWith=video.associatedWith;var description=video.description;VideoWrapperControl_ShowRollOverVideoImage(title,source,createdOn,associatedWith,description,rolloverDisplayMilliseconds);}
function VideoWrapperControl_VideoMouseOut()
{UnTip();}
function VideoWrapperControl_ShowRollOverVideoImage(title,source,createdOn,associatedWith,description,rolloverDisplayMilliseconds)
{if(associatedWith!=null&&associatedWith!='')
{Tip('<div id="ej-box-modal-drop-shadow-hover"><div id="ej-box-text-hover"><p><strong>'+title+'</strong><br /><br /><strong>Author: </strong>'+source+'<br /><strong>Created on: </strong>'+createdOn+'<br /><strong>Associated with: </strong><br />'+associatedWith+'<br />'+description+'</p></div></div>',BORDERWIDTH,0,SHADOW,false,BGCOLOR,'',WIDTH,0,DELAY,rolloverDisplayMilliseconds);}
else
{Tip('<div id="ej-box-modal-drop-shadow-hover"><div id="ej-box-text-hover"><p><strong>'+title+'</strong><br /><br /><strong>Author: </strong>'+source+'<br /><strong>Created on: </strong>'+createdOn+'<br />'+description+'</p></div></div>',BORDERWIDTH,0,SHADOW,false,BGCOLOR,'',WIDTH,0,DELAY,rolloverDisplayMilliseconds);}}
function VideoDisplayControl_ShowRollOverVideoImage(title,description,rolloverimageUrl,rolloverDisplayMilliseconds)
{Tip('<div id="ej-box-modal-drop-shadow"><div id="ej-box-modal-style-4"><div id="ej-box-modal-image-4"><table cellspacing="0" cellpadding="0"><tbody><tr><td><img alt="'+title+'" src="'+rolloverimageUrl+'"/></td></tr></tbody></table></div><div id="ej-box-modal-description-actions-4"><div id="ej-box-modal-description-4"><div id="ej-box-modal-header-title">'+title+'</div> <p>'+description+'</p></div></div><div id="ej-clear-float"/></div></div>',BORDERWIDTH,0,SHADOW,false,BGCOLOR,'',WIDTH,0,DELAY,rolloverDisplayMilliseconds);}
function video_ShowAddToMyCollection(){video_AddSelectedItem();atmcGetPopup().show();}
function video_ShowEmailPopup(){video_AddSelectedItem();getEmailPopup().show();}