<!-- Begin POP-UP SIZES AND OPTIONS CODE


// ONLY USE lowercase FOR ALL OPTIONS


// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON


var viewer	 	= "no"		// yes/FULL SCREEN OR no/POPUP MODE
var view_width 		= "600"		// GALLERY POPUP WIDTH
var view_height 	= "400"		// GALLERY POPUP HEIGHT

var close_button 	= "yes"		// CLOSE BUTTON ON/OFF
var slideshow_button 	= "no"		// SLIDESHOW BUTTON ON/OFF
var print_button 	= "yes"		// PRINT BUTTON ON/OFF
var scrollbarS 		= "1"		// TURN ON POPUP SCROLLBARS "1" FOR ON "0" FOR OFF

var bordercolor		= "000000"	// IMAGE BORDER COLOR
var borderwidth		= "0"		// IMAGE BORDER WIDTH
var background_colors	= "FFFFFF"	// BACKROUND COLOR OF THE GALLERY POPUP

var right_click_on	= "yes"		// RIGHT CLICK PROTECTION ON
var right_click_text	= "You may not right mouse click this page"	// TEXT FOR THE RIGHT CLICK PROTECTION




// 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() {
   if (viewer == "no") {
var look='toolbar=0,scrollbars='+scrollbarS+',location=,statusbar=0,menubar=0,resizable=1,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)
}
else 
if (viewer == "yes") {
popwin=window.open('managecart.html')
}
popwin.document.open()
popwin.document.write('<html><head>')

popwin.document.write('<title>Contribution</title>')
   if (right_click_on == "yes") {
popwin.document.write('<META HTTP-EQUIV="imagetoolbar" CONTENT="no">')
popwin.document.write('<script language="JavaScript">')
popwin.document.write('function noRightClick() {')
popwin.document.write('if (event.button==2) {')
popwin.document.write('alert(\''+right_click_text+'\')')
popwin.document.write('}')
popwin.document.write('}')
popwin.document.write('document.onmousedown=noRightClick')
popwin.document.write('</script>')
}


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('<b><font size="6" color="#CB1831">2007 Warrior Family Fun Festival</font></b><br><br>')

popwin.document.write('<b><font size="5" color="#CB1831">Contribution</font></b>')
popwin.document.write('<form method="post" action="http://www.ewebcart.com/cgi-bin/cart.pl">Donor Name<br>')
popwin.document.write('<input name="option1|Donor Name" size="35"><br><br>')
popwin.document.write('Beneficiary<Br><input name="option2|Beneficiary" size="35"><br><br>')
popwin.document.write('<input type="hidden" name="name" value="Contribution">')
popwin.document.write('<input type="hidden" name="description" value="2007 Warrior Family Fun Festival"> ')
popwin.document.write('<input type="hidden" name="merchant" value="9617">')
popwin.document.write('Contribution: $<input name="price" size="8" maxlength="8"><input type="submit" name="add" value="Add to Cart">')

 



popwin.document.write('</td></tr></table>')
popwin.document.write('<br>')
popwin.document.write('<TABLE cellpadding="0" cellspacing="4" border="0"><tr><td align="center">')




popwin.document.write('</td></tr></table>')
popwin.document.write('</body></html>')

popwin.document.close()

}



// End -->



