<!-- 

function popUp(URL) {

eval("page" + " = window.open(URL, '" + "', 'toolbar=0,scrollbars=1,location=0,top=20,left=20,statusbar=0,menubar=0,resizable=1,width=550,height=400');");

}

//-->

<!-- 

function viewImage(pic) {

eval("page" + " = window.open(pic, '" + "', 'dependent,toolbar=0,scrollbars=1,location=0,top=20,left=20,statusbar=0,menubar=0,copyhistory=0,resizable=1,width=550,height=400');");

}

//-->

<!-- 

function viewImg(pic) {

eval("page" + " = window.open('images/' + pic, '" + "', 'dependent,toolbar=0,scrollbars=1,location=0,top=20,left=20,statusbar=0,menubar=0,copyhistory=0,resizable=1,width=550,height=400');");

}

//-->


<!-- 

function viewText(URL) {

eval("page" + " = window.open(URL, '" + "', 'dependent,toolbar=0,scrollbars=1,location=0,top=20,left=20,statusbar=0,menubar=0,resizable=1,copyhistory=0,width=590,height=340');");

}

//-->

