function vmNF(){if(this.blur)this.blur();} // marc-a.prowe
function vmInitNF(){for(var i=0;i<document.links.length;i++){document.links[i].onfocus=vmNF;}}

function Go(x)
	 {
	  if(x == "nothing")
	  {
	    document.forms[0].reset();
	    document.forms[0].elements[0].blur();
	    return;
	  }
	  else if(x == "end") top.location.href = parent.frames[2].location;
	  else
	   {
	    //wnd_NewWindow=window.open(x,'xyz','height=600,width=800,locationbar=yes,toolbar=yes,scrollbars,menubar=yes,resizable=yes,status=yes,personalbar=yes');
      //wnd_NewWindow.moveTo(screen.width-1000,screen.height-1000);
		  //wnd_NewWindow.focus();
		  parent.frames[3].location.href = x;
	    //document.forms[0].reset();
	    //document.forms[0].elements[0].blur();
	   }
}
