<!--
var old_menu = '';
var old_cell = '';
var old_img = '';
var x = '';

function menuclick(submenu,cellbar,icon) 
{
	if (icon != 'menux') 
	{
		if( old_menu != submenu ) 
		{
    			if( old_menu !='' ) 
				{
					old_menu.style.display = 'none';
					old_cell.src= old_img ;	
    			}
    			submenu.style.display = 'block';
    			cellbar.src = './image/' + icon + '.gif';
    			old_menu = submenu;
    			old_cell = cellbar;
    			old_img = './image/' + icon + '.gif';

  		} 
		else 
		{
    		submenu.style.display = 'none';
  			cellbar.src= './image/' + icon + '.gif';	
			old_menu = '';
			old_cell = '';
    			old_img = '';
  		}
	}
	x = icon ;
}

function menuover(cellbar,icon,n) 
{
	if ( x != icon ) 
	{
		if ( n == 1 )
		{
			cellbar.src = './image/' + icon + '.gif';
		} 
		else 
		{
			cellbar.src= './image/' + icon + '.gif';	
		}
	}
}


function show(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=yes, width=700 height=700');
}

function show_bogo(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=yes, width=900 height=700');
}

function show2(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=yes, width=600 height=700');
}

function show3(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=no, width=480 height=300');
}

function show4(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=no, width=600 height=475');
}

function show_faq(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=yes, width=600 height=700');
document.location = '../down/log_faq.asp?path='+tmp_link;
}
function show_support(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=yes, width=600 height=700');
document.location = '../down/log_support.asp?path='+tmp_link;
}
function show_img(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=yes, width=600 height=700');
document.location = '../down/log_img.asp?path='+tmp_link;
}
function show_manual(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=yes, width=600 height=700');
document.location = '../down/log_manual.asp?path='+tmp_link;
}
function show_qos(tmp_link)
{
window.open(tmp_link, '', 'menubar=no, scrollbars=yes, width=600 height=700');
document.location = '../down/log_qos.asp?path='+tmp_link;
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//-->

