
var init={load:function(){init.contentFix();},contentFix:function(){var first=$('#triple_content_left > .scroller').css('height','auto'),second=$('#hp_pers').css('height','auto');if(first.length&&second.length){var fHeight=first.height(),sHeight=second.height();if(fHeight>sHeight){second.css('height',fHeight+'px');}
else{first.css('height',sHeight+'px');}}}};$(function(){init.load();});function fpopup(mypage,myname,w,h){var winl=(screen.width-w)/2;var wint=(screen.height-h)/2;winprops='height='+h+',width='+w+',top='+wint+',left='+winl+',toolbar=yes,directories=no,status=no,menubar=no,scrollbars=yes, resizable=yes';win=window.open(mypage,'popup',winprops);if(parseInt(navigator.appVersion)>=4){win.window.focus();}
return win;}
function fpopup2(theURL,winName,features){window.open(theURL,winName,features);}