adzerkot,
рискните так )))
function maxmax(id)
{
document.getElementById('minmax').onclick=function (){minmin('exp') };
document.getElementById('hgh').style.height=(document.body.clientHeight-195)+'px';
document.getElementById(id).style.width=document.body.clientWidth+'px';
document.getElementById('ckk').style.top='0px';
document.getElementById('ckk').style.left='0px';
document.getElementById('ckk').className="";
}
function minmin(id)
{
document.getElementById('minmax').onclick=function (){maxmax('exp') };
document.getElementById(id).style.width='1110px';
document.getElementById('hgh').style.height='350px';
document.getElementById('ckk').style.top='25px';
document.getElementById('ckk').style.left='25px';
document.getElementById('ckk').className="rouming";
}