function showSwf(strpath,intwidth,intheight,transpart){
if(transpart=="1"){
document.write("<embed src='"+strpath+"' wmode='transparent' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+intwidth+"' height='"+intheight+"'></embed>");
}else{
document.write("<embed src='"+strpath+"'  quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+intwidth+"' height='"+intheight+"'></embed>");
}


}
