function bookmark() { var bookmarkURL = window.location.href; var bookmarkTitle = document.title; if (document.all) window.external.AddFavorite(bookmarkURL,bookmarkTitle) } function changeClass (objId, className) { var item = document.getElementById (objId); item.className = className; } /* external functions */ function getUrl (cont, id, title) { var options = "height=320, width=510, toolbar=no, directories=no, status=yes, scrollbars=auto, resizable=no, menubar=no"; download = window.open('http://todasmelodias.bizmobil.com/shared/download.php?cont='+cont+'&id='+id+'&title='+title+'&lang=es&cat=&geoRef=es_ES',"download", options); download.focus(); return true; } function jsOpenhWnd(u){ p="height=660,width=380,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=no,menubar=no"; hWnd=window.open(u,"Hwnd",p); hWnd.focus(); } function jsOpenWnd(url) { p ="height=660,width=380,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=no,menubar=no"; hWnd=window.open(url,"Hwnd",p); hWnd.focus(); }