document.writeln('<script type="text/javascript"><!--');
document.writeln('window.onload=window.onresize=function(){');
document.writeln('if(document.getElementById("shopping_sider").clientHeight<document.getElementById("main").clientHeight){');
document.writeln('document.getElementById("shopping_sider").style.height=document.getElementById("main").offsetHeight+"px";}');
document.writeln('else{');
document.writeln('document.getElementById("main").style.height=document.getElementById("shopping_sider").offsetHeight+"px";}}');
document.writeln('--></script>');