function preload(file){ 
	var Name = document.movie; 
	var percent = Name.PercentLoaded(); 
	if (percent == "100")
		{
			var item = document.getElementByName('flashfile');
			item.src=file;
			var item2 = document.getElementByName('movie');
			item2.value=file;
			
		} 
	else document.write('');
} 
function flash (file,width,height,bgcolor){
	var fsrc = file;//'?c1=16711680&c2=16776960&c3=0&c4=0&n=&tl=Loading Flash&sh=5';
	//document.write('<div id="cool" style="display:none">');
	document.write('	<object name="movie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+ width + '" height="'+ height + '">');
	document.write('      <param name="movie" value="'+ fsrc +'">');
	document.write('      <param name="quality" value="high">');
	document.write('      <embed src="'+ fsrc +'" width="'+ width + '" height="'+ height + '" quality="high" name="flashfile" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
	document.write('    </object>');
	//document.write('test');
	//document.write('</div>');
	//preload(file);	
}
function flashfile (file,width,height,bgcolor){
	var fsrc = "http://www2.woow.ro"+file;//'?c1=16711680&c2=16776960&c3=0&c4=0&n=&tl=Loading Flash&sh=7';
	//document.write('<div id="cool" style="display:none">');
	document.write('	<object name="movie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+ width + '" height="'+ height + '">');
	document.write('      <param name="movie" value="'+ fsrc +'">');
	document.write('      <param name="quality" value="high"><param name="BGCOLOR" value="'+ bgcolor +'">');
	document.write('      <embed src="'+ fsrc +'" width="'+ width + '" height="'+ height + '" quality="high" name="flashfile" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="'+ bgcolor +'"></embed>');
	document.write('    </object>');
	//document.write('test');
	//document.write('</div>');
	//preload(file);	
}

function flashfile2 (file,width,height,bgcolor){
	var fsrc = "http://www.woow.ro"+file;//'?c1=16711680&c2=16776960&c3=0&c4=0&n=&tl=Loading Flash&sh=5';
	//document.write('<div id="cool" style="display:none">');
	document.write('	<object name="movie" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="'+ width + '" height="'+ height + '">');
	document.write('      <param name="movie" value="'+ fsrc +'">');
	document.write('      <param name="quality" value="high"><param name="BGCOLOR" value="'+ bgcolor +'">');
	document.write('      <embed src="'+ fsrc +'" width="'+ width + '" height="'+ height + '" quality="high" name="flashfile" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="'+ bgcolor +'"></embed>');
	document.write('    </object>');
	//document.write('test');
	//document.write('</div>');
	//preload(file);	
}
function flashem (text) {

    var textwr = text;
    document.write(''+textwr+'');
 }
