<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function popDoc() 
{
popup1 = window.open("","pop1","toolbar=0,scrollbars=0,directories=0,status=0,menubar=0,resizable=0,width=300,height=350")

	if (popup1 != null) {
      		if (popup1.opener == null) {
         		popup1.opener = self;
      		}
      	popup1.location.href = "rise1.htm";
	}
}
//-->
