/*<![CDATA[*/
	function $(e){return document.getElementById(e);}
	
	function $h(e){return document.getElementById(e).offsetHeight;}
	
	function resize(){
		var l=0;for(var i=1;i<7;i++){
		
			if($('sw-innerWrap'+i)!==null && $h('sw-innerWrap'+i)>l){
				l=$h('sw-innerWrap'+i);
			}
		
		}
		
		
		var l=Math.ceil(parseInt(l)/25)*25;
		
		for(var j=1;j<7;j++){
			if($('sw-innerWrap'+j)!==null){
				if($('sw-innerWrap'+j) == $('sw-innerWrap2') ){
					$('sw-innerWrap'+j).style.height=(l-85)+'px';					
				}else{
					$('sw-innerWrap'+j).style.height=l+'px';
				}
			}
		}
	
	}
		   
	   
/*]]>*/
