
<!-- Begin POP-UP SIZES AND OPTIONS CODE


function popUp(URL) {
var view_width = 440
var view_height = 580
var look='toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<HEAD><TITLE>Pop Up</TITLE>')
popwin.document.write('<SCRIPT LANGUAGE="JavaScript">')
popwin.document.write('function noRightClick() {')
popwin.document.write('if (event.button==2) {')
popwin.document.write('alert(\Please . . . No Right Click.\')')
popwin.document.write('}')
popwin.document.write('}')
popwin.document.write('document.onmousedown=noRightClick')
popwin.document.write('</SCRIPT></HEAD>')
popwin.document.write('<BODY BGCOLOR="#728EC7" LEFTMARGIN=0 RIGHTMARGIN=0 TOPMARGIN=0 BOTTOMMARGIN=0 MARGINHEIGHT=0 MARGINWIDTH=0>')
popwin.document.write('<TABLE WIDTH="100%" HEIGHT="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">')
popwin.document.write('<BR><TR><TD ALIGN="center" VALIGN="top">')
popwin.document.write('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0"><TR><TD>')
popwin.document.write('<IMG SRC="'+URL+'"><BR>')
popwin.document.write('</TD></TR><TR><TD ALIGN="center">')
popwin.document.write('<BR><FORM><input type=submit value="Close" onClick=\'self.close()\'></FORM>')
popwin.document.write('</TD></TR></TABLE>')
popwin.document.write('</TD></TR></TABLE>')
popwin.document.write('</BODY>')
popwin.document.close()
}


// End -->



