//Apre il popup del Medusa Mobile
function apriPopUpMobile(){
  window.open("../mobile.jsp?chiamante=nobanner", "MOBILEPOPUP_WNDS", 'menubar=no, location=no, resizable=no, scrollbars=yes, status=no, height=520, width=620, modal=yes')		
}

function chiudiPopUpMobile(hRef){
	
  var w=window.opener;
  w.location.href= "../" + hRef;  
  window.close();  
  
  //location.href= "../" + hRef;  
  //window.open("../" + hRef, _parent , '')		
}

