<!--

function PopoffWindow(DaURL, orient) {

        var ItsTheWindow;
                if (orient == "Horizontal")  {
                    ItsTheWindow = window.open(DaURL,"himom","status,height=250,width=325,scrolling=yes,scrollbars=1,resizable=no,toolbar=1");
                } else if (orient == "Vertical")  {
                    ItsTheWindow = window.open(DaURL,"himom","status,height=350,width=425,scrolling=yes,scrollbars=1,resizable=no,toolbar=1");
                } else if (orient == "fenceone") {
	                ItsTheWindow = window.open (DaURL, "himon", "status, height=300,width=500,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 == "pc012005") {
					ItsTheWindow = window.open (DaURL, "himon", "status, height=250,width=320,scrolling=no,scrollbars=0,resizable=no, toolbar=0");
                } else if (orient == "w930h640") {
					ItsTheWindow = window.open (DaURL, "himon", "status, height=640,width=930,scrolling=yes,scrollbars=1,resizable=yes, toolbar=0");
                } else if (orient == "w1080h780") {
					ItsTheWindow = window.open (DaURL, "himon", "status, height=780,width=1080,scrolling=yes,scrollbars=1,resizable=yes, toolbar=0");
                } else if (orient == "w630h430") {
					ItsTheWindow = window.open (DaURL, "himon", "status, height=430,width=630,scrolling=yes,scrollbars=1,resizable=yes, toolbar=0");
                }

}


//-->