<!--

function PopoffWindow(DaURL, orient) {

        var ItsTheWindow;
                if (orient == "Railing")  {
                        ItsTheWindow = window.open(DaURL,"himom","status,height=334,width=356,scrolling=no,scrollbars=0,resizable=no,toolbar=0");
                } else if (orient == "Arbor")  {
                    ItsTheWindow = window.open(DaURL,"himom","status,height=454,width=356,scrolling=no,scrollbars=0,resizable=no,toolbar=0");
                } else if (orient == "typeBgal")  {
		                    ItsTheWindow = window.open(DaURL,"himom","status,height=564,width=356,scrolling=no,scrollbars=0,resizable=no,toolbar=0");
                } else if (orient == "typeB")  {
		                    ItsTheWindow = window.open(DaURL,"himom","status,height=454,width=356,scrolling=no,scrollbars=0,resizable=no,toolbar=0");
                } else if (orient == "typeAgal")  {
		                    ItsTheWindow = window.open(DaURL,"himom","status,height=444,width=356,scrolling=no,scrollbars=0,resizable=no,toolbar=0");
                } else if (orient == "typeA")  {
		                    ItsTheWindow = window.open(DaURL,"himom","status,height=356,width=356,scrolling=no,scrollbars=0,resizable=no,toolbar=0");
                } 
             
}


//-->