﻿function check()
{
var leftautoheight= parseInt($('#leftmain').height());
var rightautoheight= parseInt($('#maincontentbodytexts').height());
var leftfix=256;
if(leftautoheight < rightautoheight )
{
     $("#leftmain").css("height", rightautoheight);
}

}






