$(document).ready(function() {
$('.topMenu li:last').addClass('last');
});

function heighter() {
var a = document.getElementById('contentArea').offsetHeight;
var b = a - 792;
document.getElementById('bg740').style.height = b+'px';
}

function NewWindow(src,myname,w,h){ 
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0; 
TopPosition = (screen.height) ? (screen.height-h)/2 : 0; 
settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+', scrollbars=no,resizable=no,toolbar=no,location=no,status=no,Directories=no,Copyhistory=no,menubar=no'; 
win=window.open("",myname, settings); 
win.document.write("<html><head><title>Фото</title></head>"); 
win.document.write("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bottommargin=0>"); 
win.document.write("<img src="+src+" border=0 alt='Закрыть окно' onClick=window.close()></body></html>"); 

} 
