function Xml_LoadImg(w,h){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id=scriptmain name=scriptmain codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,29,0" width="'+w+'" height="'+h+'"><param name="movie" value="style/images/bcastr.swf?bcastr_xml_url=style/oftenedit/indexpic.xml"><param name="quality" value="high"><param name=scale value=noscale><param name="LOOP" value="false"><param name="menu" value="false"><param name="wmode" value="transparent"><embed src="style/images/bcastr.swf?bcastr_xml_url=style/oftenedit/indexpic.xml" width="'+w+'" height="'+h+'" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" salign="T" name="scriptmain" menu="false" wmode="transparent"></embed> </object>');
}
function selectTag(showContent,selfObj){
var tag = document.getElementById("tags").getElementsByTagName("li");
var taglength = tag.length;
for(i=0; i<taglength; i++){
tag[i].className = "";
}
selfObj.parentNode.className = "selectTag";
for(i=0; j=document.getElementById("tagContent"+i); i++){
j.style.display = "none";
}
document.getElementById(showContent).style.display = "block";
}
