
function player(file,w,h){
var flashview = '';
flashview += "<object id='MediaPlayer1' width='"+w+"' height='"+h+"' classid='CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95' codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701' standby='Loading Microsoft?Windows?Media Player components...' type='application/x-oleobject'>";
flashview += "<param name='FileName' value='"+file+"'>";
flashview += "<param name='AutoStart' value='true'>";
flashview += "<param name='ShowTracker' value='false'>";
flashview += "<param name='ShowControls' value='true'> ";
flashview += "<param name='ShowGotoBar' value='false'> ";
flashview += "<param name='ShowDisplay' value='false'> ";
flashview += "<param name='ShowStatusBar' value='false'> ";
flashview += "<param name='AutoSize' value='false'>";
flashview += "</object>";
document.write(flashview);
}

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><META http-equiv='imagetoolbar' content='no'></head>" 
htmlString += "<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0  oncontextmenu='return false' ondragstart='return false' onselectstart='return false'>"
htmlString += "<a href=javascript:window.close()><img src=" + picName + " border=0 alt='close'></a>"
htmlString += "</body></html>"
winHandle.document.open()
winHandle.document.write(htmlString)
winHandle.document.close()
} 
if(winHandle != null) winHandle.focus()
return winHandle
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function MM_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
	
	hiddenSelectBox("hidden")
}


function newwin(url) { 
POP = window.open( url, "WIN_SUB", "status=0,scrollbars=no,resizable=0,left=200,top=100,width=880,height=560" ); 
POP.focus(); 
} 
function newwin1(url) { 
POP = window.open( url, "WIN_SUB", "status=0,scrollbars=no,resizable=0,left=200,top=100,width=800,height=603" ); 
POP.focus(); 
} 






