// Add all onLoad and Init Functions In This File

/*Start SC Click to Enlarge v3.0.0 init function calls*/

var tmpOnLoad = window.onload;

window.onload = function(){
	if(tmpOnLoad){
		tmpOnLoad;
		scImgEnlargeInit();
	}else
		scImgEnlargeInit();
}
	
window.onresize = function(){
		scWinResize();
}
/*End SC Click to Enlarge v3.0.0 init calls*/

