function popupWindow(src, w, h) {
popWind=window.open("", "formdata", "width="+w+",height="+h+", menubar=no,toolbar=no,status=no,scrollbars=auto");
popWind.document.write('
Просмотр
');
}
function onLoadStart(){
if(document.images) {
lineTop = new Image();
lineTop.src = "/images/_.gif";
// document._lineTop.src = lineTop;
}
}
window.onload = onLoadStart;