﻿// JavaScript Document for footer

function popup(theURI) {

 PopUpWin=window.open(theURI,'popup','scrollbars=1, width=540,height=300,resizable=1,directories=0,toolbar=0,status=1,location=0');

 PopUpWin.focus();

}


