<!-- Begin
    function page(name, value) {
        this.name = name;
        this.value = value;    
    }

    function get_page(find_page) {
        URL = new page();

        for(var i=0;i<find_page.options.length;i++)

            if(find_page.options[i].selected == true) {
                URL.name = find_page.options[i].text;

                URL.value = find_page.options[i].value;

          if(i==0) {x=600; y=350}
		  if(i==1) {x=600; y=350}
          if(i==2) {x=600; y=360}
          if(i==3) {x=600; y=430}
          if(i==4) {x=600; y=320}
          if(i==5) {x=600; y=390}
	  	  if(i==6) {x=600; y=370}
          if(i==7) {x=600; y=200}
          if(i==8) {x=600; y=355}
          if(i==9) {x=600; y=390}
          if(i==10) {x=600; y=580}
          if(i==11) {x=600; y=370}
          if(i==12) {x=600; y=375}
          if(i==13) {x=600; y=455}
          if(i==14) {x=600; y=200}
          if(i==15) {x=600; y=250}
          if(i==16) {x=600; y=300}
          if(i==17) {x=600; y=310}
          if(i==18) {x=600; y=200}
          if(i==19) {x=600; y=230}
          if(i==20) {x=600; y=400}
          if(i==21) {x=600; y=210}
          if(i==22) {x=600; y=425}
          if(i==23) {x=600; y=285}
          if(i==24) {x=600; y=360}
          if(i==25) {x=600; y=375}
          if(i==26) {x=600; y=345}
          if(i>=27) {x=600; y=325}
          if(i>=28) {x=600; y=520}
          if(i>=29) {x=600; y=380}
          if(i>=30) {x=600; y=360}
          if(i>=31) {x=600; y=380}
          if(i>=32) {x=600; y=300}
          if(i>=33) {x=600; y=420}
          if(i>=34) {x=600; y=510}
          if(i>=35) {x=600; y=520}
          if(i>=36) {x=600; y=235}
          if(i>=37) {x=600; y=470}
          if(i>=38) {x=600; y=340}
          if(i>=39) {x=600; y=230}
          if(i>=40) {x=600; y=290}
          if(i>=41) {x=600; y=580}
          if(i>=42) {x=600; y=240}
          if(i>=43) {x=600; y=380}
          if(i>=44) {x=600; y=420}
            }
        return URL;
    }

    function display_page(formfield) {

        retrieve = get_page(formfield.pagename);

        newWin = window.open(retrieve.value, "Applets", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,resizable=no,copyhistory=0,width=" + x + ",height=" + y + '"')    
    }
	
function right(e) {
if (navigator.appName == 'Netscape' &amp; & 
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &amp; & 
(event.button == 2 || event.button == 3)) {
alert("Copyright 2000-2001 Double Image Design");
return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;	
	
//  End -->	