// JavaScript Document

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function modelesswin(){
	eval('window.open("","news","width=730px,height=700px,resizable=0,scrollbars=1,statusbar=0")');
}

function modelesswinSplit(){
	eval('window.open("","sPlit","width=400px,height=200px,resizable=0,scrollbars=0,statusbar=0")');
}