var bookmarkurl="http://www.jesusteachings.com"
var bookmarktitle="_Jesus Teachings"
function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function openNewWindow() {
popupWin = window.open('heritage1.htm', 
'open_window',
'scrollbars,dependent,width=655,height=400,left=0,top=0')
}

