// Add all onLoad and Init Functions In This File

/*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*/

/* IE flicker fix */
try{
	document.execCommand('BackgroundImageCache', false, true); 
}
catch(e) {}

