function go(){
    if(document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none"){
        location =document.selecter.select1.options[document.selecter.select1.selectedIndex].value
    }
}
function set_url(type) {
  select_box = document.menu.modurl;
  
  url = select_box.options[select_box.selectedIndex].value;
  
  if(url) {
    document.menu.link_name.value = url;
    document.menu.link_name.readOnly = 1;
  }
  else
   document.menu.link_name.readOnly = '';
   
  return false;
  
}
function confirmation( message, url )
{
 var answer = confirm( message )
 if (answer)
 {
 	window.location = url;
 }
}
function image_reload(version)
{
	document.images['captcha_'+version].src='/captcha_'+version+'.php?rnd='+Math.round(Math.random(0)*1000);
}


var menuids=new Array("verticalmenu") //Enter id(s) of UL menus, separated by commas
var submenuoffset=-2 //Offset of submenus from main menu. Default is -2 pixels.

function open_window(link,w,h) //opens new window
{
	var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=yes,scrollbars=yes";
	newWin = window.open(link,'newWin',win);
	newWin.focus();
}
function image_reload(version)
{
    document.images['captcha_'+version].src='/captcha_'+version+'.php?rnd='+Math.round(Math.random(0)*1000);
}



