/*ÆË¾÷¶ç¿ì±â */

function OpenWin(szUrl, iWidth, iHeight, iScroll)
{
  var  szScript="";
  szScript = "width="+iWidth+",height="+iHeight+",scrollbars="+iScroll;
  window.open(szUrl,"", szScript);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function setPng24(obj)
{
	obj.width=obj.height=1;
	obj.className=obj.className.replace(/\bpng24\b/i,'');
	obj.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+obj.src+"',sizingMethod='image');"
	obj.src='';
	return '';
}
