var file_firstRun;function to_AS(id) {	//var p = new Object();	//p.ID = id;	thisMovie("index_LIST").to_AS(id);}function to_JS(txt) {	//document.form1.output.value = "   "+txt;}function thisMovie(movieName) {    if (navigator.appName.indexOf("Microsoft") != -1) {		return window[movieName]    } else {		return document[movieName]	    }}function firstRun(){	setTimeout('doFirstRun();', 100)}function doFirstRun(){	thisMovie("index_LIST").to_AS(streamFile_1.url);}function doPopup(url){	window.open('index_poppedup.html'+'?'+'videoURL'+'&'+url, "WindowStream", "status = 1, height = 450, width = 720, resizable=no, scrollbars=no,toolbar=no,location=no" )}