function NewWindow(url)
        {
        var strWidth=screen.width;
        var strHeight=screen.height;
        <!--/* var hWnd = window.open(url,"HELP","width=strWidth,height=strWidth,resizable=no,scrollbars=yes,left=0,top=280"); */ -->
    var strTmp="width="+strWidth+",height=265,resizable=no,scrollbars=yes,left=0,top=280"
    var hWnd = window.open(url,"img",strTmp);
        if (hWnd.focus != null) hWnd.focus();
        }

function poponload(url)
        {
        var hWnd = window.open(url,"Ravine","width=800,height=700,resizable=yes,scrollbars=yes,left=250,top=0");
        if (hWnd.focus != null) hWnd.focus();
        }
				

