<!--
if (width > 0 && height > 0) {
document.writeln('Разрешение: ',width,'x',height)
} else {
document.writeln('неизвестно')
}
//-->