<!--

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=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 == "testimonials") {
 	               ItsTheWindow = window.open (DaURL, "himon", "status, height=500,width=470,scrolling=yes,scrollbars=1,resizable=no, toolbar=0");
                }  else if (orient == "refer") {
					ItsTheWindow = window.open (DaURL, "himon", "status, height=150,width=320,scrolling=no,scrollbars=0,resizable=no, toolbar=0");
                }  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 == "w900h600") {
					ItsTheWindow = window.open (DaURL, "himon", "status, height=600,width=900,scrolling=no,scrollbars=0,resizable=no, toolbar=0");
                }


}


//-->