function rs () {
   obj  = document.getElementById('m-sect-cnt');
   objm = document.getElementById('m-sect-cnt-mr');
	mpgh = document.getElementById('m-pg').clientHeight;
	msch = obj.clientHeight;

	var dv = mpgh-246;
	if (msch<dv) obj.style.height = dv+'px';

//	objm.style.top = (dv-objm.clientHeight+50+document.getElementById('m-sect-cnt-c-main').clientHeight)+'px';
	objm.style.top = (dv+document.getElementById('cnttd').clientHeight-100)+'px';
}

function showMenuOldSUB(id) {
	obj=document.getElementById('sub_menu'+id);
	obj.style.display='block';
}
function hideMenuSUB(id) {
	obj=document.getElementById('sub_menu'+id);
	obj.style.display='none';
}

function chbanner(num,fl) {
	window.open('imgflh.php?num='+num+'&tp='+fl,'_blank','scrollbars=1, menubar=0, title=0, titlebar=0, directories=0, status=0, statusbar=0, resizable=0, width=500, height=200');
}

function chpartimg(num,fl) {
	window.open('partners.php?num='+num+'&tp='+fl,'_blank','scrollbars=1, menubar=0, title=0, titlebar=0, directories=0, status=0, statusbar=0, resizable=0, width=500, height=200');
}
