<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES FOR THE SOUND POPUPS

//  use only lowercase on options



// START GALLERY POPUPS

var background_colors	= "FFFFFF"	// BACKROUND COLOR OF THE POPUP
var close_button 	= "yes"		// GALLERY CLOSE BUTTON ON/OFF
var slideshow_button 	= "yes"		// SLIDESHOW BUTTON ON/OFF
var print_button 	= "yes"		// PRINT BUTTON yes/no
var zoom_button	 	= "yes"		// ZOOM BUTTON yes/no
var zoom		= "1.25"	// ZOOM AMOUNT
var zoom2		= "1.00"	// ZOOM BACK TO 100%
var right_click_on	= "yes"		// GALLERY RIGHT CLICK PROTECTION ON
var slideshow_width 	= 700		// SLIDESHOW POPUP WINDOW WIDTH
var slideshow_height 	= 525		// SLIDESHOW POPUP WINDOW HEIGHT
var view_width 		= 700		// GALLERY POPUP WIDTH
var view_height 	= 525		// GALLERY POPUP HEIGHT
var viewer	 	= "no"		// yes/FULL SCREEN OR no/POPUP MODE


// OTHER OPTIONS YOU CAN CHANGE

var scrollbarS 		= "0"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF
var right_click_text	= "You may not right mouse click this page"	// TEXT FOR THE RIGHT CLICK PROTECTION







// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



// START SLIDESHOW POPUP CODE

function popUpSlideshow(URL) {

day = new Date();
id = day.getTime();
   if (viewer == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars='+scrollbarS+',location=0,statusbar=0,menubar=0,resizable=1,width='+slideshow_width+',height='+slideshow_height+'');");
}
else 
if (viewer == "yes") {
eval("page" + id + " = window.open(URL);");
}
}





// START GALLERY POPUP CODE

function popUp8(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('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\n');
popwin.document.write('<html><head>\n');
popwin.document.write('<title>Image Close Up</title>\n');
   if (right_click_on == "yes") {
popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">\n');
popwin.document.write('<script language="JavaScript" type="text/javascript">\n');
popwin.document.write('function noRightClick() {\n');
popwin.document.write('if (event.button==2) {\n');
popwin.document.write('alert(\''+right_click_text+'\')\n');
popwin.document.write('}\n');
popwin.document.write('}\n');
popwin.document.write('document.onmousedown=noRightClick\n');
popwin.document.write('</script>\n');
}
popwin.document.write('<link rel="StyleSheet" href="corporatestyle.css" type="text/css"></head>\n');
popwin.document.write('<body bgcolor="#'+background_colors+'" leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginheight="0" marginwidth="0">\n');
popwin.document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td class="ctr">\n');
popwin.document.write('<br><br><br><br>\n');
popwin.document.write('<table cellpadding="1" cellspacing="0" border="0"><tr><td>\n');
   if (close_button == "yes") {
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()\'></form>\n');
}
   if (slideshow_button == "yes") {
popwin.document.write('</td><td>\n');
popwin.document.write('<form action="slideshow8.html" style="margin: 0px"><input type="submit" value="Slideshow" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups"></form>\n');
}
   if (print_button == "yes") {
popwin.document.write('</td><td>\n');
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>\n');
}
   if (zoom_button == "yes") {
popwin.document.write('</td><td>\n');
browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;
if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4) && (navigator.userAgent.indexOf("Windows") != -1)) {
popwin.document.write('<form style="margin: 0px"><input type="button" value="'+zoom+'" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups" onClick=\'show.style.zoom="'+zoom+'"\'></form>\n');
popwin.document.write('</td><td>\n');
popwin.document.write('<form style="margin: 0px"><input type="button" value="'+zoom2+'" onmouseover="this.className=\'buttonon-popups\'" onmouseout="this.className=\'button-popups\'" class="button-popups" onClick=\'show.style.zoom="'+zoom2+'"\'></form>\n');
}}
popwin.document.write('</td></tr></table>\n');
popwin.document.write('<br>\n');
popwin.document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>\n');
popwin.document.write('<img src="'+URL+'" name="show" class="popupborder">\n');
popwin.document.write('</td></tr></table><br>\n');
popwin.document.write('</td></tr><tr><td valign="bottom" align="center">\n');


popwin.document.write('</td></tr></table>\n');
popwin.document.write('</body></html>\n');
popwin.document.close()
}





// START GALLERY HOVER MESSAGES



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) { // grab the x-y pos.s if browser is IE
    tempX = event.clientX + document.body.scrollLeft
    tempY = event.clientY + document.body.scrollTop
  } else {  // grab the x-y pos.s if browser is NS
    tempX = e.pageX
    tempY = e.pageY
  }  
  // catch possible negative values in NS4
  if (tempX < 0){tempX = 0}
  if (tempY < 0){tempY = 0}  
  // show the position values in the form named Show
  // in the text fields named MouseX and MouseY
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); }


//  End -->