<!--

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 == "styles") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=460,width=420,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }  else if (orient == "stamps") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=640,width=402,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }  else if (orient == "colors") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=712,width=531,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 == "waterfall") {
		ItsTheWindow = window.open (DaURL, "himon", "status, height=562,width=387,scrolling=no,scrollbars=0,resizable=no, toolbar=0");
                }  else if (orient == "comparison") {
		ItsTheWindow = window.open (DaURL, "himon", "status, height=455,width=570,scrolling=no,scrollbars=0,resizable=no, toolbar=0");
                }

             
}


//-->
