<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES FOR THE GALLERY IMAGE VIEWING


var slideshow_button 	= "yes"		// SLIDESHOW BUTTON yes/no
var close_button 	= "yes"		// CLOSE BUTTON yes/no
var print_button 	= "yes"		// PRINT BUTTON yes/no
var zoom_button	 	= "yes"		// ZOOM BUTTON yes/no
var zoom		= "1.25"	// ZOOM AMOUNT

var right_click_on	= "yes"		// POPUP RIGHT CLICK PROTECTION ON
var background_color	= "000000"	// VIEWER BACKGROUND COLOR
var viewer	 	= "yes"		// yes/FULL SCREEN OR no/POPUP MODE

var watermark 		= "yes"		// WATERMARK ON/OFF
var watermark_horz	= "0"		// WATERMARK POSITION
var watermark_vert	= "50"		// WATERMARK POSITION
var watermark_size	= "50"		// HEIGHT OF watermark.gif
var watermark_opacity	= "40"		// IE IN PERCENTS
var netscape_opacity	= ".40"		// NETSCAPE SET 0 TO 1



var right_click_text	= "You may not right mouse click this page"	// TEXT FOR THE RIGHT CLICK PROTECTION


// THESE OPTIONS DO NOT WORK IN FULL SCREEN MODE
var view_width 		= 725		// GALLERY POPUP WIDTH
var view_height 	= 550		// GALLERY POPUP HEIGHT
var slideshow_width 	= 725		// SLIDESHOW POPUP WINDOW WIDTH
var slideshow_height 	= 550		// SLIDESHOW POPUP WINDOW HEIGHT



// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// COPYRIGHT 2006 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// START IMAGE VIEWER CODE





function popUp(URL,title,imageSize,paperSize,price,referBy) {
var newHTML="";


newHTML+='<html><head><title>Order Image</title>';
newHTML+='<link rel="StyleSheet" href="coolstyle.css" type="text/css">';
   if (right_click_on == "yes") {
newHTML+='<META HTTP-EQUIV="imagetoolbar" CONTENT="no">';
newHTML+='<script language="JavaScript">';
newHTML+='function noRightClick() {';
newHTML+='if (event.button==2) {';
newHTML+='alert(\''+right_click_text+'\')';
newHTML+='}';
newHTML+='}';
newHTML+='document.onmousedown=noRightClick';
newHTML+='</script>';
}
newHTML+='</head>';
newHTML+='<body bgcolor="#'+background_color+'" leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0>';


//xxxworking start
newHTML+='<table style="background-color: rgb(0, 0, 0);" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">';
newHTML+='<tbody>';
newHTML+='<tr>';
newHTML+='<td valign="top">';
newHTML+='<table border="0" cellpadding="0" cellspacing="2" width="100%">';
newHTML+='<tbody>';
newHTML+='<tr>';
newHTML+='<td align="left" valign="top" width="20">';
newHTML+='<img src="picts/spacer.gif" alt="Image" height="2" width="20"><br>';
newHTML+='</td>';
newHTML+='<td align="left" valign="top"><!-- START TEXT TABLE -->';
newHTML+='<table border="0" cellpadding="0" cellspacing="0" width="100%">';
newHTML+='<tbody>';
newHTML+='<tr>';
newHTML+='<td> <span class="smalltitle"></span>';
newHTML+='<span style="color: rgb(255, 255, 255); font-family: moderne; font-weight: normal; font-style: italic; font-size: 10pt;">';
newHTML+='Limited edition printed on German Hahnemuehle 100% acid-free cotton ragpaper with a one inch border.  A certificate of authenticity accompanies each print.';
newHTML+='</span></td>';
newHTML+='<td align="right" width="150">';
newHTML+='<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin"> <input name="cmd" value="_cart" type="hidden"> <input name="business" value="info@aaburnett.com" type="hidden"><input name="display" value="1" type="hidden"> <img src="picts/paypal.gif" alt="Payments through Paypal"><br>';
newHTML+='<input value="View Cart" onmouseover="this.className='+"'"+'buttonon'+"'"+'" onmouseout="this.className='+"'"+'button'+"'"+'" class="button" type="submit"><br>';
newHTML+='</form>';
newHTML+='</td></tr></tbody></table>';
newHTML+='</td></tr></tbody></table>';
newHTML+=' </center>';
newHTML+='<center>';
newHTML+='<table border="0" cellpadding="12" cellspacing="0" width="98%"><tbody><tr>';
newHTML+='<td colspan="5" align="left" valign="top"><!-- START COPY AND PASTE ZONE 1 -->';
newHTML+='</td></tr><tr>';
newHTML+='<td align="center" style="background-color: rgb(0, 0, 0); valign="top" width="250">';

newHTML+='<table style="background-color: rgb(250, 255, 240); cellpadding="0" cellspacing="18" border="0" width=""><tbody><tr><td>';
newHTML+='<img src="'+URL+'"  border="0">';
newHTML+='</td></tr></tbody></table>';

newHTML+=' </td>';
newHTML+='<td align="center" valign="top" width="250">';
newHTML+='<br>';
newHTML+='<big><span style="color: rgb(255, 255, 255); font-family: moderne; font-weight: normal;">';
newHTML+=title;
newHTML+='<br><small>Pencil signed &amp; numbered edition of 90</small><br>'+imageSize+' <small>image size</small><br>$'+price+' </span></big><br>&nbsp;';
newHTML+='<form name="paypalForm" target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">';
newHTML+='<input name="cmd" value="_cart" type="hidden">'
newHTML+='<input name="shipping" value="20.00" type="hidden">'

newHTML+='<input name="business" value="info@aaburnett.com" type="hidden">'

newHTML+='<input name="item_name" value="'+title+' - Limited Edition Giclee Print on '+paperSize+' German Hahnemuhle 100% acid-free cotton ragpaper" type="hidden">';
newHTML+='<input name="custom" value="" type="hidden"> ';

if (referBy.length) {
newHTML+='<input name="on0" value="Reference" type="hidden"> ';
}
newHTML+='<input name="os0" value="'+referBy+'" type="hidden"> ';
newHTML+='<input name="return" value="http://aaburnett.com/thanks-payment.htm" type="hidden">';
newHTML+='<input name="no_note" value="1" type="hidden"> ';
newHTML+='<input name="currency_code" value="USD" type="hidden">';
newHTML+='<input name="quantity" value="1" type="hidden"> ';
newHTML+='<input name="add" value="1" type="hidden"> ';
newHTML+='<input name="amount" value="'+price+'" type="hidden">&nbsp;';
newHTML+='<select name="selectQuantity" >';
newHTML+='<option value="1">1</option></select>';
newHTML+='&nbsp;<br><br>';
newHTML+='<input value="Purchase" onmouseover="this.className='+"'"+'buttonon'+"'"+'" onmouseout="this.className='+"'"+'button'+"'"+'" class="button" type="submit"><br>';
newHTML+='</form>';

newHTML+='<script language="JavaScript" type="text/javascript">';
//newHTML+='document.write( document.paypalForm.quantity+" or "+ document.quantity);  ';
newHTML+='</script>';

newHTML+='</td><td>&nbsp;<br></td></tr></tbody></table>';
newHTML+='</center>';
newHTML+='<!-- MENU 2 TABLE--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody>';
newHTML+='<tr><td valign="bottom">';
newHTML+='<script language="JavaScript" type="text/javascript" src="gallery_nav.js"></script></td>';
newHTML+='<td align="right">&nbsp;<br>';
newHTML+='</td></tr></tbody></table>';
newHTML+='<img src="picts/spacer.gif" alt="Image" height="30" width="15"><br></td></tr>';
newHTML+='<tr><td valign="bottom"><!-- OUTER TABLE-->';
//newHTML+='      <script language="JavaScript" type="text/javascript" src="floating_menu.js"></script><!-- COPYRIGHT -->';
newHTML+='<table class="footertext" border="0" cellpadding="0" cellspacing="6" width="100%">';
newHTML+='<tbody><tr><td align="left" valign="bottom">';
newHTML+='</td>';

newHTML+='&copy;Copyright 2007 ';
newHTML+='<a href="index.html" target="_top">Alison Burnett</a> ';
newHTML+='All Rights Reserved<br>';
newHTML+='For more information feel free to '; 
newHTML+=' <A HREF="mailto:info@aaburnett.com">Contact Us</a><br>';
newHTML+='<img src="picts/spacer.gif" width="10" height="2"><br>';
newHTML+='</td>';

newHTML+='<td align="right" valign="bottom">';
newHTML+='</td></tr></tbody></table>';
newHTML+='</td></tr></tbody></table>';
//xxxworking end


newHTML+='</body></html>';
/*
   if (viewer == "no") {
var look='toolbar=0,scrollbars=0,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(newHTML);
popwin.document.close();
*/

document.open();
document.write(newHTML);
document.close();
}





// Custom Order
function popUpCustom(URL,title,imageSize,paperSize,price,referBy) {
	var newHTML="";


	newHTML+='<html><head><title>Order Image</title>';
	newHTML+='<link rel="StyleSheet" href="coolstyle.css" type="text/css">';
   if (right_click_on == "yes") {
	newHTML+='<META HTTP-EQUIV="imagetoolbar" CONTENT="no">';
		newHTML+='<script language="JavaScript">';
	newHTML+='function noRightClick() {';
	newHTML+='if (event.button==2) {';
	newHTML+='alert(\''+right_click_text+'\')';
	newHTML+='}';
	newHTML+='}';
	newHTML+='document.onmousedown=noRightClick';
	newHTML+='</script>';
  }
	newHTML+='</head>';
	newHTML+='<body bgcolor="#'+background_color+'" leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0>';


	//xxxworking start
	newHTML+='<table style="background-color: rgb(0, 0, 0);" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">';
	newHTML+='<tbody>';
	newHTML+='<tr>';
	newHTML+='<td valign="top">';
	newHTML+='<table border="0" cellpadding="0" cellspacing="2" width="100%">';
	newHTML+='<tbody>';
	newHTML+='<tr>';
	newHTML+='<td align="left" valign="top" width="20">';
	newHTML+='<img src="picts/spacer.gif" alt="Image" height="2" width="20"><br>';
	newHTML+='</td>';
	newHTML+='<td align="left" valign="top"><!-- START TEXT TABLE -->';
	newHTML+='<table border="0" cellpadding="0" cellspacing="0" width="100%">';
	newHTML+='<tbody>';
	newHTML+='<tr>';
	newHTML+='<td> <span class="smalltitle"></span>';
	newHTML+='<span style="color: rgb(255, 255, 255); font-family: moderne; font-weight: normal; font-style: italic; font-size: 10pt;">';
	newHTML+='</span></td>';
	newHTML+='<td align="right" width="150">';
	newHTML+='<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin"> <input name="cmd" value="_cart" type="hidden"> <input name="business" value="info@aaburnett.com" type="hidden"><input name="display" value="1" type="hidden"> <img src="picts/paypal.gif" alt="Payments through Paypal"><br>';
	newHTML+='<input value="View Cart" onmouseover="this.className='+"'"+'buttonon'+"'"+'" onmouseout="this.className='+"'"+'button'+"'"+'" class="button" type="submit"><br>';
	newHTML+='</form>';
	newHTML+='</td></tr></tbody></table>';
	newHTML+='</td></tr></tbody></table>';
	newHTML+=' </center>';
	newHTML+='<center>';
	newHTML+='<table border="0" cellpadding="12" cellspacing="0" width="98%"><tbody><tr>';
	newHTML+='<td colspan="5" align="left" valign="top"><!-- START COPY AND PASTE ZONE 1 -->';
	newHTML+='</td></tr><tr>';
	newHTML+='<td align="center" style="background-color: rgb(0, 0, 0); valign="top" width="250">';



	newHTML+=' </td>';
	newHTML+='<td width="70%" align="center" valign="top" width="250">';
	newHTML+='<br>';
	newHTML+='<big><span style="color: rgb(255, 255, 255); font-family: moderne; font-weight: normal;">';
	newHTML+='Custom Purchase';
	newHTML+='<form name="paypalForm" target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">';
	newHTML+='<input name="currency_code" value="USD" type="hidden">';
	newHTML+='<input name="add" value="1" type="hidden"> <br>';
	newHTML+='<input name="cmd" value="_cart" type="hidden">'

	newHTML+='<input name="business" value="info@aaburnett.com" type="hidden">'

	newHTML+='Description<input size="80" name="item_name" value="Title - Print Type - paperSize - paperType" type="textbox"><br>';
	newHTML+='<input name="custom" value="" type="hidden">';

  if (referBy.length) {
	newHTML+='<input name="on0" value="Reference" type="hidden"> <br>';
  }
	newHTML+='Reference<input name="os0" value="'+referBy+'" type=""> <br>';
	newHTML+='<input name="return" value="http://aaburnett.com/thanks-payment.htm" type="hidden">';
	newHTML+='Price <input name="amount" value="'+price+'" >&nbsp;<br>';
	newHTML+='Quantity<input name="quantity" value="1" type=""> <br>';

	newHTML+='Quantity <select name="selectQuantity" >';
	newHTML+='<option value="1">1</option><option value="2">2</option><option value="2">3</option><option value="4">4</option></select><BR>';
	newHTML+='Shipping:<input name="shipping" value="20.00" type=""><br>'
	newHTML+='<input name="no_note" value="1" type="hidden">';
	newHTML+='&nbsp;<br><br>';
	newHTML+='<input value="Purchase" onmouseover="this.className='+"'"+'buttonon'+"'"+'" onmouseout="this.className='+"'"+'button'+"'"+'" class="button" type="submit"><br>';
	newHTML+='</form>';

	newHTML+='<script language="JavaScript" type="text/javascript">';
	//newHTML+='document.write( document.paypalForm.quantity+" or "+ document.quantity);  ';
	newHTML+='</script>';

	newHTML+='</td><td>&nbsp;<br></td></tr></tbody></table>';
	newHTML+='</center>';
	newHTML+='<!-- MENU 2 TABLE--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody>';
	newHTML+='<tr><td valign="bottom">';
	newHTML+='<script language="JavaScript" type="text/javascript" src="gallery_nav.js"></script></td>';
	newHTML+='<td align="right">&nbsp;<br>';
	newHTML+='</td></tr></tbody></table>';
	newHTML+='<img src="picts/spacer.gif" alt="Image" height="30" width="15"><br></td></tr>';
	newHTML+='<tr><td valign="bottom"><!-- OUTER TABLE-->';
   //newHTML+='      <script language="JavaScript" type="text/javascript" src="floating_menu.js"></script><!-- COPYRIGHT -->';
 	newHTML+='<table class="footertext" border="0" cellpadding="0" cellspacing="6" width="100%">';
	newHTML+='<tbody><tr><td align="left" valign="bottom">';
	newHTML+='</td>';

	newHTML+='&copy;Copyright 2007 ';
	newHTML+='<a href="index.html" target="_top">Alison Burnett</a> ';
	newHTML+='All Rights Reserved<br>';
	newHTML+='For more information feel free to '; 
	newHTML+=' <A HREF="mailto:info@aaburnett.com">Contact Us</a><br>';
	newHTML+='<img src="picts/spacer.gif" width="10" height="2"><br>';
	newHTML+='</td>';

	newHTML+='<td align="right" valign="bottom">';
	newHTML+='</td></tr></tbody></table>';
	newHTML+='</td></tr></tbody></table>';
   //xxxworking end


 	newHTML+='</body></html>';
  /*
   if (viewer == "no") {
   var look='toolbar=0,scrollbars=0,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(newHTML);
   popwin.document.close();
*/

	document.open();
	document.write(newHTML);
	document.close();
}




// Slideshow code


function popUpSlideshow(URL) {
day = new Date();
id = day.getTime();
   if (viewer == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width='+slideshow_width+',height='+slideshow_height+'');");
}
else 
if (viewer == "yes") {
eval("page" + id + " = window.open(URL);");
}
}








// Begin full screen

function fullScreen() {
  window.open(location.href,'fullscreen','fullscreen,scrollbars')
}







// Begin SMALL 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 + 0;
obj_info.style.left = tempX + 13;
  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 -->