<!--

function PopoffWindow(DaURL, orient) {

        var ItsTheWindow;
                if (orient == "bigpic")  {
                        ItsTheWindow = window.open(DaURL,"himom","status,height=700,width=700,scrolling=yes,scrollbars=1,resizable=yes,toolbar=1");
                } else if (orient == "Vertical")  {
                    ItsTheWindow = window.open(DaURL,"himom","status,height=700,width=700,scrolling=yes,scrollbars=1,resizable=yes,toolbar=1");
                } else if (orient == "bigfence") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=700,width=700,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }  else if (orient == "fencetwo") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=300,width=500,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }  else if (orient == "fred") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=380,width=440,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }	else if (orient == "pic") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=500,width=675,scrolling=yes,scrollbars=1,resizable=yes, toolbar=0");
                }
                

             
}


//--><!-- 

 -->