<!--

function PopoffWindow(DaURL, orient) {

        var ItsTheWindow;
                if (orient == "bigpic")  {
                        ItsTheWindow = window.open(DaURL,"himom","status,height=560,width=540,scrolling=yes,scrollbars=1,resizable=yes,toolbar=1");
                } 
               
                else if (orient == "bigbigpic")  {
                    ItsTheWindow = window.open(DaURL,"himom","status,height=300,width=740,scrolling=yes,scrollbars=1,resizable=yes,toolbar=1");
                } 
               
                else if (orient == "bigBpic") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=600,width=640,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 == "horizontal") {
                ItsTheWindow = window.open (DaURL, "himon", "status, height=380,width=440,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }
                
                 else if (orient == "quote") {
		                ItsTheWindow = window.open (DaURL, "himon", "status, height=450,width=675,scrolling=yes,scrollbars=1,resizable=yes, toolbar=1");
                }
                 
                 else if (orient == "send") {
		                ItsTheWindow = window.open (DaURL, "himon", "status, height=400,width=660,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");
                }
             
}


//-->