function openSite( url ){
   window.location.href =  url;                
}
