function writeFlash(file, width, height) {
	el = document.getElementById("player-wrap");
	el.innerHTML = "<object type='application/x-shockwave-flash' data='" + file + "' width='" + width + "' height='" + height + "'><param name='movie' value='" + file + "' /></object>";
}


function fullScreen(url) {
  	window.open(url, 'PlayFlash', 'fullscreen=yes,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=1,copyhistory=0');
}


 
