// Add all onLoad and Init Functions In This File
/*--- Bookmark JS ---*/
function bookmarksite(title, url){
    if (document.all)
        window.external.AddFavorite(url, title);
    else
        if (window.sidebar)
            window.sidebar.addPanel(title, url, "")
        else
            alert("Please press CTRL+D to bookmark this site");
}
/*--- End Bookmark JS ---*/

/*Start SC Click to Enlarge v3.0.0 init function calls*/
var scMultiMain = false;
scImgEnlargeInit();
window.onresize = function(){
		scWinResize();
}
/*End SC Click to Enlarge v3.0.0 init calls*/
