function flashContent(src, w, h, wmode){
	flashCode='';
	flashCode+='<param name="menu" value="false">';
	tmpStr='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width='+w+' height='+h+'>';
	flashCode+=tmpStr;
	tmpStr='<param name="movie" value="'+src+'">';
	flashCode+=tmpStr;
	if(wmode!=''){
		tmpStr='<param name="wmode" value='+wmode+'>';
		flashCode+=tmpStr;
	}
	tmpStr='<embed src="'+src+'" menu="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width='+w+' height='+h+'></embed></object>';
	flashCode+=tmpStr;
	document.write(flashCode);
}

<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0

window.open(theURL,winName,features);

}

//-->