function addbookmark()
{
bookmarkurl="http://www.stockcharts.com.au"
bookmarktitle="stockcharts.com.au - #1 Australian Stock Market Charting Software"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function ShowImage(image) {
         w=640;
         h=480;
         var winl = (screen.width - w) / 2;
         var wint = (screen.height - h) / 2;
         winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars=yes,resizable=yes';
         var win=window.open("showimage.php?image="+image, "Screenshot", winprops);
         win.focus();
}

