var viewer="no"
var view_width=575
var view_height=575
var close_button="yes"
var slideshow_button="no"
var print_button="yes"
var scrollbarS="1"
var bordercolor="000000"
var borderwidth="2"
var background_colors="FFFFFF"
var right_click_on="yes"
var right_click_text="This Information Is Copyrighted"
function popUp(URL){if(viewer=="no"){var look='toolbar=0,scrollbars='+scrollbarS+',location=0,statusbar=0,menubar=0,resizable=1,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)}
else
if(viewer=="yes"){popwin=window.open()}
popwin.document.open()
popwin.document.write('<body><html><head>')
popwin.document.write('<title>A Wagon Wheel Pop Up</title>')
popwin.document.write('<link rel="StyleSheet" href="corporatestyle.css" type="text/css" media="screen">')
if(right_click_on=="yes"){popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
popwin.document.write('<script language="JavaScript" type="text/javascript">\n')
popwin.document.write('<!-- Begin\n')
popwin.document.write('var message="This Information Is Copyrighted.";\n')
popwin.document.write('if (navigator.appName == \'Microsoft Internet Explorer\'){\n')
popwin.document.write('function NOclickIE(e) {\n')
popwin.document.write('if (event.button == 2 || event.button == 3) {\n')
popwin.document.write('alert(message);\n')
popwin.document.write('return false;\n')
popwin.document.write('}\n')
popwin.document.write('return true;\n')
popwin.document.write('}\n')
popwin.document.write('document.onmousedown=NOclickIE;\n')
popwin.document.write('document.onmouseup=NOclickIE;\n')
popwin.document.write('window.onmousedown=NOclickIE;\n')
popwin.document.write('window.onmouseup=NOclickIE;\n')
popwin.document.write('}\n')
popwin.document.write('else {\n')
popwin.document.write('function NOclickNN(e){\n')
popwin.document.write('if (document.layers||document.getElementById&&!document.all){\n')
popwin.document.write('if (e.which==2||e.which==3){\n')
popwin.document.write('alert(message);\n')
popwin.document.write('return false;\n')
popwin.document.write('}}}\n')
popwin.document.write('if (document.layers){\n')
popwin.document.write('document.captureEvents(Event.MOUSEDOWN);\n')
popwin.document.write('document.onmousedown=NOclickNN; }\n')
popwin.document.write('document.oncontextmenu=new Function("alert(message);return false")\n')
popwin.document.write('}\n')
popwin.document.write('//  End -->\n')
popwin.document.write('</script>\n');}
popwin.document.write('</head>')
popwin.document.write('<body bgcolor="#'+background_colors+'" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0">')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="100%" ><tr><td align="center">')
popwin.document.write('<br>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="'+borderwidth+'" bordercolor="'+bordercolor+'" style="border-collapse: collapse"><tr><td>')
popwin.document.write('<img src="'+URL+'"><br>')
popwin.document.write('</td></tr></table>')
popwin.document.write('<br>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="4" border="0"><tr><td align="center">')
if(slideshow_button=="yes"){popwin.document.write('<form action="slideshow.htm" style="margin: 0px"><input type="submit" value="Slideshow" class="button-popups" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'"></form><br>')
popwin.document.write('</td><td align="center">')}
if(close_button=="yes"){popwin.document.write('<form style="margin: 0px"><input type="button" value="Close Window" onClick=\'self.close()\'  class="button-popups" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'"></form><br>')
popwin.document.write('</td><td align="center">')}
if(print_button=="yes"){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\'"></form><br>')}
popwin.document.write('</td></tr></table>')
popwin.document.write('</td></tr></table>')
popwin.document.write('</html></body>')
popwin.document.close()}
document.write('<div Class="divstyle" id="info" style=\'display:none;\'>')
document.write('<div id="imagetitle" class="pstyletitle" align="center"></div>')
document.write('</div>')
var IE=document.all?true:false
if(!IE)document.captureEvents(Event.MOUSEMOVE)
document.onmousemove=getMouseXY;var tempX=0
var tempY=0
function getMouseXY(e){if(IE){tempX=event.clientX+document.body.scrollLeft
tempY=event.clientY+document.body.scrollTop}else{tempX=e.pageX
tempY=e.pageY}
if(tempX<0){tempX=0}
if(tempY<0){tempY=0}
obj_info=document.getElementById("info")
obj_info.style.top=tempY+10;obj_info.style.left=tempX+10;return true}
function alert_msg(titletext){obj_info=document.getElementById("info")
obj_info.style.display='';obj_imagetitle=document.getElementById("imagetitle");obj_imagetitle.innerHTML=titletext;}
function away()
{obj_info=document.getElementById("info")
obj_info.style.display='none';}
function goToURL(){history.go(-1);}
