function myopen(adresa, width, height, sc, index) {
	window.open(adresa,index,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height);
}
function submitForm(elem){
	document.getElementById(elem).submit();
}

function thisMovie(movieName) {
  if (navigator.appName.indexOf ("Microsoft") !=-1) {
    return window[movieName]	
  } else {
   return window.document[movieName]
  }
}


function createJSFCommunicatorObject(playerObj)
{
	fc = new JSFCommunicator(playerObj);
}

function divVisib()
{
	document.getElementById('gallery').style.visibility = 'visible';
}

function divInVisib(divIt)
{
  document.getElementById(divIt).style.visibility = 'hidden';
}

function say(data)
{
	alert(data);
}
	
function loadGallery(data) 
{
	fc.callFunction("_level0","fromHTML",[data]);
}	
