// JavaScript Document
   window.onload=function(){
//          if(main_right3.offsetHeight<677) 
//		     {
//               main_right3.style.height=677;
//			 }
//			 else
//			 {
//				 //main_right3.style.height=main_left.offsetHeight+750;
//document.getElementById('storesmain').style.height=document.getElementById('stores-mid').offsetHeight+'px';
//615
document.getElementById('stores-left-main').style.height=document.getElementById('maintable').offsetHeight-515+'px';
                 //document.getElementById('main_left_4').style.height="500px";
//	             main_left.style.height=main_right3.offsetHeight+'px';
			 
//			 };
			 

          //if (main_right3.style.height<main_left.style.height) {main_right3.style.height=750};
   }	 
