window.onload = function() {	
	resizeHandler(); 	
	jQuery('.pop-up-box').each(function(){
		var hPopup = jQuery(this).height();
		jQuery(this).hide().css('top', -hPopup);
	});
	hBody();
}
function hBody() {
	if (jQuery.browser.msie && jQuery.browser.version==6) {
		jQuery('#wrapper-r').removeAttr('style');
		jQuery('#wrapper-l').removeAttr('style');
		jQuery('#wrapper').removeAttr('style');
		var hBody = jQuery('#wrapper-l').height();
		jQuery('#wrapper-r').height(hBody);
		jQuery('#wrapper-l').height(hBody);
		jQuery('#wrapper').height(jQuery('#wrapper').height()-22);
	};
}
browser=(function x(){})[-5]=='x'?'FF3':(function x(){})[-6]=='x'?'FF2':'\v'=='v'?'IE':/a/.__proto__=='//'?'Saf':/s/.test(/a/.toString)?'Chr':'Op';	var resizeTimer = null;
	var resizeInterval = 100;
	window.onresize = function() {		
    if (resizeTimer != null) {
        clearTimeout(resizeTimer);
        resizeTimer = null;
    }
		resizeTimer = setTimeout('resizeHandler()', resizeInterval);	
	}
	
	
function resizeHandler() {
		if (jQuery('.carousel_design').length) {
			resizeGal();
		};
};
