function LoadFlash(url,wmode,width,Height)
{  
   var str;
   str="<embed src="+url+" width="+width+" height="+Height+" align='absmiddle' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed>"
   //document.write(
    // "<embed src='flash/qipao.swf' width='86' height='120' align='absmiddle' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent'></embed>");  
	 
	document.write(str);
}
