function changeListMenu(myURI){
 if(myURI !="default"){
	//window.open(myURI,"_blank");
	//LinkWin.location.href=myURI;
  window.document.location.href=myURI;
 }
}
