function LoadRequestedPage(MyUrl) {	
	document.forms[0].elements[0].blur();
	if(MyUrl != "nothing") {
  document.location = MyUrl
 	}
}