document.write("<iframe id='ActionFrame' name='ActionFrame' src='about:blank' width='10' height='10' style='display:none;'></iframe>");
document.write("<form id='ActionForm' method='post' target='aActionFrame' style='display:none'></form>");
//ÏÔÊ¾´óÍ¼
function showBigPic(strURL,strName){
	var mImg=document.getElementById(strName).src;
	if(mImg.indexOf("nopic.jpg")==-1){
		window.open(strURL+"?pic="+ escape(mImg.replace("_s","")));      
	}
}
//------------------ÏÔÊ¾´óÍ¼flash
function showPicSwf(strpath,intwidth,intheight,vars){
    var swfHTML="";

    swfHTML="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' width='"+intwidth+"' height='"+intheight+"' id='picControll' align='middle'><param name='movie' value='"+strpath+"' /><param name='movie' value='"+strpath+"' /><param name='FlashVars' value='"+vars+"' /><param name='allowfullscreen' value='true' /><embed src='"+strpath+"' FlashVars='"+vars+"' allowfullscreen='true' wmode='transparent' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='"+intwidth+"' height='"+intheight+"'></embed></object>";

        document.write(swfHTML);
}

