<!--

function PopoffWindow(DaURL, orient) {

        var ItsTheWindow;
                if (orient == "bigpicA")  {
                        ItsTheWindow = window.open(DaURL,"himom","status,height=320,width=670,scrolling=yes,scrollbars=1,resizable=yes,toolbar=1");
                } else if (orient == "bigpicB")  {
                    ItsTheWindow = window.open(DaURL,"himom","status,height=735,width=540,scrolling=yes,scrollbars=1,resizable=yes,toolbar=1");
                } else if (orient == "bigpicC") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=610,width=470,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }  else if (orient == "bigpicD") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=380,width=570,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }  else if (orient == "bigpicE") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=520,width=520,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }  else if (orient == "bigpicF") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=480,width=420,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                } else if (orient == "Horizontal")  {
                        ItsTheWindow = window.open(DaURL,"himom","status,height=250,width=325,scrolling=yes,scrollbars=1,resizable=no,toolbar=1");
                } else if (orient == "bigpicG")  {
                        ItsTheWindow = window.open(DaURL,"himom","status,height=825,width=850,scrolling=yes,scrollbars=1,resizable=no,toolbar=1");
                }
                

             
}


//-->