function LinkSelect(form, sel)
{
	c = sel.selectedIndex;
	adrs = sel.options[c].value;
	if (adrs != "-" )
	{
		LinkWin=window.open(adrs,"main");
		
		LinkWin.location.href=adrs;
	}
}

function MM_jumpMenu(go,restore){ //v3.0
  location.href='Link.php?link_cat='+go.link_cat.value+'#reg';
  //eval("location.href='Link.php?link_cat='"+this.link_cat.value);
  if (restore) selObj.selectedIndex=0;
}

function disp(msg){
  window.status = msg;
}

