var da = (document.all||document.getElementById) ? 1 : 0
function StartPrint() {
if(da)
{ print(); }
else { window.print(); }
}

var bookmarkurl=document.location
var bookmarktitle=document.title

function addbookmark(){
if (document.all||document.getElementById)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

