function openLinkWindow(URL)
  {
   linkWindow=window.open(URL,"linkInfo","width=950,height=1300,dependent=yes,resizable=no,scrollbars=yes,toolbar=no,menubar=no");
    linkWindow.focus();
   
  }




var printsarraym = new Array();
var printspricearraym = new Array();
var printsarraymt = new Array();
var mtypepricearray = new Array();
var mtypematharray = 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.                                                                   */
/*****************************************************************************/

/*****************************************************************************/
/* MODIFYING ITEMS AND PRICES                                                */
/*                                                                           */
/* 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                                    */
/* "printsarraym[10]="....."; printspricearraym[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                     */
/*                                                                           */
/*                                                                           */
/*                                                                           */
/*****************************************************************************/





/******************/
/* Main Item List */
/******************/

printsarraym[0]="Click the arrow for item list"; 	printspricearraym[0]="0.00";
printsarraym[1]="Wallets (set of 8) ($16.00)";      	printspricearraym[1]="16.00";
printsarraym[2]="4x5 print ($5.00)";      	printspricearraym[2]="5.00";
printsarraym[3]="4x6 print ($6.00)";      	printspricearraym[3]="6.00";
printsarraym[4]="5x5 print ($7.00)";      	printspricearraym[4]="7.00";
printsarraym[5]="5x7 print ($12.00)";      	printspricearraym[5]="12.00";
printsarraym[6]="8x8 print ($25.00)";      	printspricearraym[6]="25.00";
printsarraym[7]="8x10 print ($25.00)";      	printspricearraym[7]="25.00";
printsarraym[8]="10x10print ($30.00)";      	printspricearraym[8]="30.00";
printsarraym[9]="10x13print ($35.00)";      	printspricearraym[9]="35.00";
printsarraym[10]="12x12print ($40.00)";      	printspricearraym[10]="40.00";
printsarraym[11]="11x14print ($45.00)";      	printspricearraym[11]="45.00";
printsarraym[12]="12x18print ($60.00)";      	printspricearraym[12]="60.00";
printsarraym[13]="16x20print ($80.00)";      	printspricearraym[13]="80.00";
printsarraym[14]="20x24print ($100.00)";      	printspricearraym[14]="100.00";
printsarraym[15]="20x20print ($100.00)";      	printspricearraym[15]="100.00";
printsarraym[16]="24x30print ($125.00)";      	printspricearraym[16]="125.00";
printsarraym[17]="Photo CD with copyright release ($250.00)";      	printspricearraym[17]="250.00";
printsarraym[18]="DVD Montage ($99.00)";      	printspricearraym[18]="99.00";
printsarraym[19]="8x8 Coffee Table Photo Book 20 pp. ($99.00)";      	printspricearraym[19]="99.00";
printsarraym[20]="8x8 premium leather Coffee Table Photo Book 20 pp. ($129.00)";      	printspricearraym[20]="129.00";
printsarraym[21]="12x12 Coffee Table Photo Book 20 pp. ($149.00)";      	printspricearraym[21]="149.00";
printsarraym[22]="12x12 premium leather Coffee Table Photo Book 20 pp. ($169.00)";      	printspricearraym[22]="169.00";
printsarraym[23]="Image for Coffee Table Photo Book ($0.00)";      	printspricearraym[23]="0.00";
printsarraym[24]="Collage - Add after selecting size above ($25.00)";      	printspricearraym[24]="25.00";
printsarraym[25]="Simple Package - ($125.00)";      	printspricearraym[25]="125.00";
printsarraym[26]="Exclusive Package - ($225.00)";      	printspricearraym[26]="225.00";
printsarraym[27]="Paramount Package - ($325.00)";      	printspricearraym[27]="325.00";
printsarraym[28]="Wedding CD of all high-res images - ($500.00)";      	printspricearraym[28]="500.00";
printsarraym[29]="24 Press-Printed Holiday Cards (5x7) incl. envelopes - ($48.00)";      	printspricearraym[29]="48.00";
printsarraym[30]="Session Fee (1 hr) - ($99.00)";      	printspricearraym[30]="99.00";
printsarraym[31]="Addtional hour of shooting - ($40.00)";      	printspricearraym[31]="40.00";






printsarraymt[0]="Click the arrow for print type"; 	
printsarraymt[1]="Color";        
printsarraymt[2]="Black and White";        


mtypepricearray[0]="1.00";
mtypepricearray[1]="1.00";
mtypepricearray[2]="1.00";


mtypematharray[0]="m";
mtypematharray[1]="m";
mtypematharray[2]="m";



 





















function PhotoOrderFormPopulatem()
{

   for (i=0; i<printsarraym.length; i++)
   {
        document.PhotoOrderFormm.item_name.options[i]=new Option(printsarraym[i], printsarraym[i])
       
   }

   
}


function PhotoOrderFormPopulatemt()
{

   for (j=0; j<printsarraymt.length; j++)
   {
        document.PhotoOrderFormm.os0.options[j]=new Option(printsarraymt[j], printsarraymt[j])
       
   }

   
}

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;
	}
	

}

