function ContactFormValidate()
{
	if (document.ContactForm.customername.value == "")
	{
		alert("Your Name is required");
		document.ContactForm.customername.focus();
		return false;

	}
      if (document.ContactForm.customeremail.value == "")
	{
		alert("Your E-Mail Address is required");
		document.ContactForm.customeremail.focus();
		return false;
	}
	

}




function delpCategory() {
  re = /\/Portfolio$/;

  if (!YD.hasClass(document.body, 'homepage'))
    return;

  var oList = YD.getElementsByClassName('miniBox', 'div', YD.get('categoriesBox'));

  for (i = 0; i < oList.length; i++) {
    if (re.test(oList[i].getElementsByTagName('a')[0].href))
      oList[i].parentNode.removeChild(oList[i]);
  }
}


function openLinkWindow(URL)
  {
   linkWindow=window.open(URL,"linkInfo","width=975,height=595,dependent=yes,resizable=no,scrollbars=yes,toolbar=no,menubar=no,addressbar=no");
    linkWindow.focus();
   
  }


var printsitemarray = new Array();
var printspricearray = new Array();
var printstypearray = new Array();
var printstypemarray = new Array();
var fineartitemarray = new Array();
var fineartpricearray = new Array();








/*****************************************************************************/
/* NOTE: ANY CHANGES TO THE VALUES BELOW, YOU MUST SAVE THEN CLOSE YOUR      */
/* BROWSER. RE-OPEN YOUR BROWSER AND ACCESS YOUR SITE - THE NEW VALUES WILL  */
/* APPEAR.                                                                   */
/*****************************************************************************/

/*****************************************************************************/
/* STEP: PACKAGE ITEM AND PRINT ITEM MODIFICATIONS                           */
/*                                                                           */
/* The items for prints as well as packages are stored in the arrays below   */
/* Each item has a description (first column) and a price (second column)    */
/* To add more items: 			                                     */
/* -Copy the last row witin the array                                        */
/* -Paste the row at the end of the array                                    */
/* "printsarray[10]="....."; printspricearr[10]=".....";"                    */
/* -Change the number to the next sequential number                          */
/* -Change the value within the ""                                           */
/*                                                                           */
/* To change an item name or price:                                          */
/* -Change the value within the ""                                           */
/*                                                                           */
/* To delete an item:                                         		     */
/* -Highlight the row you wish to delete                                     */
/* -Press the delete or backspace key                                        */
/* -Remove the empty row by pressing the delete or backspace key             */
/* -Important - renumber the array in numerical order                        */
/*                                                                           */
/*                                                                           */
/*                                                                           */
/*****************************************************************************/


printsitemarray[0]="Click the arrow for a list of items"; 	
printsitemarray[1]="Print 4 x 6   ($3.00 each) ";      	  	
printsitemarray[2]="Print 5 x 7   ($7.00 each) "; 		  	   
printsitemarray[3]="Print 6 x 8   ($9.00 each) "; 		  	   
printsitemarray[4]="Print 8 x 10  ($15.00 each) ";
printsitemarray[5]="Print 8 x 11.5  ($15.00 each) ";

printspricearray[0]="0.00"; 	
printspricearray[1]="3.00";      	  	
printspricearray[2]="7.00"; 		  	   
printspricearray[3]="9.00"; 		  	   
printspricearray[4]="15.00"; 
printspricearray[5]="15.00"; 


 
printstypearray[0]="Click the arrow for a list of print types"; 	
printstypearray[1]="Lustre";
printstypearray[2]="Gloss Finish";

 

printstypemarray[0]="1.00"; 	
printstypemarray[1]="1.00";
printstypemarray[2]="1.00";


		  	   
 


fineartitemarray[0]="Click the arrow for a list of items"; 	
fineartitemarray[1]="8.5x11 Fine Art Print ($40.00 each)";      	  	
fineartitemarray[2]="13x19 Fine Art Print  ($100.00 each)"; 		  	   
fineartitemarray[3]="14x40 Pano Fine Art Print ($300.00 each)"; 		  	   


fineartpricearray[0]="0.00"; 	
fineartpricearray[1]="40.00";      	  	
fineartpricearray[2]="100.00"; 		  	   
fineartpricearray[3]="300.00"; 		  	   
 


                                                









var pplink3 = "javascript:openLinkWindow('http://imagecraft.smugmug.com/gallery/7220068_Ns2sS";
var pplinkhelppass = pplink3 +  "')";



var pplinkhelp = "<font class=\"ContentTextRed\"><sup><a href=\"" + pplinkhelppass + "\" >help</a></sup></font>";


var printsmessage = " ";
var fineartmessage = "Please email inquiring Fine Arts matting.";

var ppbottomimage = "<img src=\"/photos/466694791_FDfFn-O.gif\" border=\"0\">" + "<br><p class=\"ContentTextRed\">Note: You do not need a paypal account to process your order."  ;




