﻿<!--Begin VIEWER AND POP-UP OPTIONS CODE
var viewer="same"
var width="330"
var height="570"
var scrollbars="yes"
var menu="no"
var tool="no"
var FAQ_width=330
var FAQ_height=470
var faqscrollbarS="1"
var FAQviewer="no"
function ViewImage(data){if(viewer=="popup"){windowHandle=window.open('image-viewer.htm'+'?'+data,'windowName',',scrollbars='+scrollbars+',resizable=yes,toolbar='+tool+',menubar='+menu+',width='+width+',height='+height+'');}
else if(viewer=="new"){windowHandle=window.open('image-viewer.htm'+'?'+data,'windowName');}
else if(viewer=="same"){window.location=('image-viewer.htm'+'?'+data);}}
function popUpFAQ(URL){day=new Date();id=day.getTime();if(FAQviewer=="no"){eval("page"+id+" = window.open(URL, '"+id+"', 'toolbar=0,scrollbars=' + faqscrollbarS + ',location=0,statusbar=0,menubar=0,resizable=1,width='+FAQ_width+',height='+FAQ_height+'');");}
else
if(FAQviewer=="yes"){eval("page"+id+" = window.open(URL);");}}
IEMhover=function(){var IEMh=document.getElementById("menunav").getElementsByTagName("LI");for(var i=0;i<IEMh.length;i++){IEMh[i].onmouseover=function(){this.className+=" IEMhover";}
IEMh[i].onmouseout=function(){this.className=this.className.replace(new RegExp(" IEMhover\\b"),"");}}}
if(window.attachEvent)window.attachEvent("onload",IEMhover);//END-->



