<!-- Begin

function popUp(URL) {
 var look='toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=725,height=525,'
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<html><head><title>Picture Close Up</title>')
popwin.document.write('<link rel=StyleSheet href="coolstyle.css" type="text/css" media="screen"></head>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"><tr><td align="center">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#000000" style="border-collapse: collapse"><tr><td>')
popwin.document.write('<img src="'+URL+'" name="show"><br><p align="right">')
popwin.document.write('<img border="0" src="picts/back.jpg" width="68" height="29">')
popwin.document.write('</td></tr></table><br>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0">')


popwin.document.write('<tr><td></td><td>')
popwin.document.write('<form style="margin: 0px"><input type="button" value="Print Image" onClick=\'window.print()\' class="button-popups" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'">&nbsp;</form>')

popwin.document.write('</td><td>')
popwin.document.write('<form style="margin: 0px"><input type="button" value="Close" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups" onClick=\'self.close()\'>&nbsp;</form>')
popwin.document.write('</td></tr></table></td></tr></table><br><br></body></html>')
popwin.document.close()
}
function popUpFAQ(URL) {
day = new Date();
id = day.getTime();
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=650,height=550');");
}
//  End -->