//AXLzPlaya

function thisMovie(movieName) {

 var isIE = navigator.appName.indexOf("Microsoft") != -1;
  //alert('from thisMovie :: movieName=' + movieName + "\n" + "sreda :: " + isIE + "\nReturning - " + window[movieName] );
 //alert(window[movieName]+"");
//alert(document.applets.item(0));
 return (isIE) ? window[movieName] : document[movieName];
 //return document.applets.item(0);
}
		     
function makeCall(str, songname, songfile, songduration){
	//var ns6 = (!document.all && document.getElementById);
//var ie4 = (document.all);
//var ns4 = (document.layers);
 
 //alert('from makeCall');
 

// if (ie4) document.all.Layerfloat.style.visibility ="visible";
//if (ns4) document.layers["Layerfloat"].visibility = "visible";
//if (ns6) document.getElementById('Layerfloat').style.visibility = "visible";
// alert(thisMovie("AXLplaya")+ ie4+ns4+ns6+"");
layerSetup();
floatObject();
thisMovie("AXLplaya").asFunc(str, songname, songfile, songduration);
}

