if (document.all) {
yMax = document.body.clientHeight
xMax = document.body.clientWidth
}

else if (document.layers||document.getElementById) {
yMax = window.innerHeight;
xMax = window.innerWidth-14
}

if (yMax>615)
head();

function head() {
if (xMax<960)
document.write ("<table cellpadding=\"0\" cellspacing=\"0\" width=\"770\" background=\"http://www.mona-gallery.com/img/head.jpg\" height=\"60\"><tr><td width=\"100%\">&nbsp;</td></tr></table>\r\n");
else
document.write ("<table cellpadding=\"0\" cellspacing=\"0\" width=\"958\" background=\"http://www.mona-gallery.com/img/head.jpg\" height=\"60\"><tr><td width=\"100%\">&nbsp;</td></tr></table>\r\n");
}

function newsletter() {
document.write (" ");
}