var bookmarkurl="http://webservices.1avenue.com/"
var bookmarktitle="# web services"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function changeto(highlightcolor){ source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor)
source.style.backgroundColor=highlightcolor }
function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement))
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor }

function stopErrors() {
return true;
}
window.onerror = stopErrors;


function viewSource() {
document.xray.view.value="Scanning!";
setTimeout("document.xray.view.value='View Stylesheet!'",6000);
window.location.href= "view-source:" + document.xray.url.value;
return false;
}