<!-- Begin POP-UP SIZES AND OPTIONS CODE
var view_popwidth 		= 200		// GALLERY POPUP WIDTH
var view_popheight 	= 500		// GALLERY POPUP HEIGHT
var view_width 		= 550		// GALLERY POPUP WIDTH
var view_height 	= 550		// GALLERY POPUP HEIGHT
var scrollbarS 		= "0"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF

function popUp(URL) {
var look='toolbar=0,scrollbars='+scrollbarS+',location=0,statusbar=0,menubar=0,resizable=0,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<body topmargin=0 leftmargin=0><html><head>')
popwin.document.write('<title>Close Up</title>')
popwin.document.write('<script language="JavaScript">')
popwin.document.write('parent.location.href="'+URL+'"')
popwin.document.write('</script>')
popwin.document.write('</head>')
popwin.document.write('</head>')
popwin.document.write('<body topmargin=0" leftmargin=0>')
popwin.document.write('</body></html>')
popwin.document.close()
}

function poppop(URL) {
var look='toolbar=0,scrollbars='+scrollbarS+',location=0,statusbar=0,menubar=0,resizable=0,width='+view_popwidth+',height='+view_popheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<html><head>')
popwin.document.write('<title>Close Up</title><body topmargin=0 leftmargin=0>')
popwin.document.write('<script language="JavaScript">')
popwin.document.write('parent.location.href="'+URL+'"')
popwin.document.write('</script>')
popwin.document.write('</head>')
popwin.document.write('</head>')
popwin.document.write('<body topmargin=0 leftmargin=0>')
popwin.document.write('</body></html>')
popwin.document.close()
}
// End -->



<!-- Begin SMALL MESSAGES

//  function goToURL() { history.go(-1); }


//  End -->
