function movie(flashName, width,height)
{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='"+width+"' height='"+height+"'>");
 document.write("<param name=movie value='"+flashName+"'>");
 document.write("<param name=quality value=high>");
 document.write('<param name="wmode" value="transparent">');
 document.write("<embed src='"+flashName+"' quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width='"+width+"' height='"+height+"'></embed>");
 document.write("</object>");
}

function na_restore_img_src(name, nsdoc)
{
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img && img.altsrc) {
    img.src    = img.altsrc;
    img.altsrc = null;
  } 
}

function na_preload_img()
{ 
  var img_list = na_preload_img.arguments;
  if (document.preloadlist == null) 
    document.preloadlist = new Array();
  var top = document.preloadlist.length;
  for (var i=0; i < img_list.length; i++) {
    document.preloadlist[top+i]     = new Image;
    document.preloadlist[top+i].src = img_list[i+1];
  } 
}

function na_change_img_src(name, nsdoc, rpath, preload)
{ 
  var img = eval((navigator.appName.indexOf('Netscape', 0) != -1) ? nsdoc+'.'+name : 'document.all.'+name);
  if (name == '')
    return;
  if (img) {
    img.altsrc = img.src;
    img.src    = rpath;
  } 
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function wos_manual()
{
  mini = window.open('wos_manual/index.html', 'popup', 'width=930, height=700,statusbar=no,scrollbars=yes,toolbar=no');
}

function pop_excel_layer(){
	document.getElementById("pop_excel_layer").style.display="block";
}

function layer_display(ly_name, ly_dsp){
	document.getElementById(ly_name).style.display=ly_dsp;
}
