<!--function openWindow(hyperlink, windowid){if (! window.focus)return true;var href;if (typeof(hyperlink) == 'string') href=hyperlink;else href=hyperlink.href;var imageWindow = window.open(href, windowid, "resizable=no");if (window.focus) imageWindow.focus();return false;}function FitPic() {var NS = (navigator.appName=="Netscape")?true:false;iWidth = (NS)?window.innerWidth:document.body.clientWidth;iHeight = (NS)?window.innerHeight:document.body.clientHeight;iWidth = document.images[0].width - iWidth;iHeight = document.images[0].height - iHeight;window.resizeBy(iWidth, iHeight);}//-->