function sendFlash(movie){
	window.document.mike_flash.SetVariable("album_cover", movie);
}


function openWindow(URL, h, w, s) 
	{
  	var hh = typeof (popupWin);
  	if (hh =='object')
  		{ 
  		if (popupWin1.closed ) {}
			else { popupWin1.close();  }
		};
  	popupWin1 = window.open(URL, 'popup1', 'dependent=0,height='+h+',width='+w+',screenX=20,left=10,screenY=150,top=10,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars='+s+',status=0,toolbar=0', 'launcher');

	if (window.focus)
		{
     	popupWin1.focus();
    	}
	}

function openWindow1(URL, h, w, s) 
	{
	x = (screen.availWidth / 2) - (w/2);
	y = (screen.availHeight / 2) - (h/2);

  	var gg = typeof (popupWin);
  	if (gg =='object')
  		{ 
  		if (popupWin.closed ) {}
			else { popupWin.close();  }
		};
  	popupWin = window.open(URL, 'popup', 'dependent=0,height='+h+',width='+w+',left='+x+',top='+y+',channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=0,scrollbars='+s+',status=0,toolbar=0', 'launcher');	

	if (window.focus)
		{
     	popupWin.focus();
    	}
	}
