function writeFlash(file, width, height) {
	
	
	//if(!el = document.getElementById('player-wrap')) {
	//	return;
	//}
	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');
}


function playFull(file) {
	el = document.getElementById("player-wrap");
	el.innerHTML = "<object type='application/x-shockwave-flash' data='" + file + "' width='99%' height='99%'><param name='movie' value='" + file + "' /></object>";
}

 
function writeFlashDCR(file, width, height) {
	
	
	//if(!el = document.getElementById('player-wrap')) {
	//	return;
	//}
	el = document.getElementById("player-wrap");
	el.innerHTML = "<object codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab' type='application/x-director' data='" + file + "' width='" + width + "' height='" + height + "'><param name='movie' value='" + file + "' /></object>";
	//<param name='pluginspage' value='http://www.macromedia.com/shockwave/download/' />



}