function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_jumpMenu_form_NewWin(jForm,selObj,restore){ //v3.0
	jForm.target="NewLink"
	jForm.action=selObj.options[selObj.selectedIndex].value
	jForm.submit()
  if (restore) selObj.selectedIndex=0;
}

// ÇÃ·¡½Ã ¾×Æ¼ºê ÄÁÆ®·Ñ

function commonJS(str)
{
    document.write(str);
}

// ½Å±Ô ÇÃ·¡½Ã ¾×Æ¼ºê ÄÁÆ®·Ñ

function flash(AMovie, AWMode, AWidth, AHeight) {
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + AWidth + '" height="' + AHeight + '">');
 document.write('<param name="movie" value="' + AMovie + '">');
 document.write('<param name="wmode" value="' + AWMode + '">');
 document.write('<embed src="' + AMovie + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + AWidth + '" height="' + AHeight + '"></embed>');
 document.write('</object>');
}

// »çÁø ÆË¾÷À¸·Î º¸±â

var win1Open = null

function displayImage(picName, windowName, windowWidth, windowHeight){
return window.open(picName,windowName,"toolbar=no,scrollbars=no,resizable=no,width=" + (parseInt(windowWidth)+20) + ",height=" + (parseInt(windowHeight)+15)) 
}

function winClose(){
if(win1Open != null) win1Open.close() 
}

function doNothing(){}

function displayImage(picName, windowName, windowWidth, windowHeight){
var winHandle = window.open("" ,windowName,"toolbar=no,scrollbars=no,resizable=no,width=" + windowWidth + ",height=" + windowHeight)
if(winHandle != null){
var htmlString = "<html><head><title>:: »çÁøº¸±â ::</title></head>" 
htmlString += "<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>"
htmlString += "<a href=javascript:window.close()><img src=" + picName + " border=0 alt=Ã¢´Ý±â></a>"
htmlString += "                                                                                                                                                                                                                              </body></html>"
winHandle.document.open()
winHandle.document.write(htmlString)
winHandle.document.close()
} 
if(winHandle != null) winHandle.focus()
return winHandle
}

function chkSpaces(strValue) {
	var flag=true;
	if (strValue!="") {
		for (var i=0; i < strValue.length; i++) {
			if (strValue.charAt(i) != " ") {
				flag=false;
				break;
			}
		}
	}
	return flag;
}
//-->

// µ¿¿µ»ó ¾×Æ¼ºê ÄÁÆ®·Ñ
function media(DMovie, DWidth, DHeight) {
 document.write('<embed src="' + DMovie + '" quality="high" showcontrols="0" AUTOSTART="1" enablecontextmenu="0" width="' + DWidth + '" height="' + DHeight + '"></embed>');
}
