// -------------------------------------------------------------------
// Java Scripts URL
// -------------------------------------------------------------------

function openDhtmlWin(videoFile,videoName){
	var videowin=dhtmlmodal.open("videowindow", "iframe", videoFile,videoName, "width=457px,height=395px,center=1,resize=0,scrolling=0", "recal")

	videowin.onclose=function(){ //Run custom code when window is being closed (return false to cancel action):
		return window.confirm("Close Window?")
	}
}