//http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp
var https= "";
function abrirflash(ig_swf, ig_wmode, ig_widht, ig_height)
{
	document.writeln('     <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http' + https + '://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+ig_widht+'" HEIGHT="'+ig_height+'" id="dhtml' + ig_widht + '_' + ig_height + '" ALIGN="">');
	document.writeln('       <PARAM NAME="movie" VALUE="'+ig_swf+'">');
	document.writeln('       <PARAM NAME="quality" VALUE="high">');
	document.writeln('       <PARAM NAME="wmode" VALUE="'+ig_wmode+'">');
	document.writeln('       <PARAM NAME="menu" VALUE="false">');
	if (ig_wmode!="")
		document.writeln('       <PARAM NAME="bgcolor" VALUE="#FFFFFF">');
	document.writeln('      <EMBED src="'+ig_swf+'" quality="high" wmode="'+ig_wmode+'" bgcolor="#FFFFFF"  WIDTH="'+ig_widht+'" HEIGHT="'+ig_height+'" NAME="dhtmlig" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http' + https + '://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.writeln('     </OBJECT>');
}