function showMenuDiv(div,obj){

	if ($(div).style.display=="none"){
		$(div).style.display="block";
		$('div-11').style.top='588px';
		$('div-11').style.height='10px';

	}
	else{
		$(div).style.display="none";
		$('div-11').style.top='462px';
	}	
}

function toInt(str){
		return str.replace(/\D+/g, '');
}
