<!-- start hiding script

/* Window -- Outside of IALJ Web Site*/

function winOut(winurl) {

   var winOutOptions = "menubar=no,toolbar=no,location=no,scrollbars=yes,status=yes,resizable=yes,width=650,height=450,top=10,left=10"

   winO = open(winurl,"Out",winOutOptions)

   }

//end hiding -->