	var varHome = "http://www.cierra.net"
	var the_images = new Array(19); 
		
	the_images[0] = varHome + '/images/menu/home_o.jpg';
	the_images[1] = varHome + '/images/menu/home_o.jpg';
	the_images[2] = varHome + '/images/menu/billing_o.jpg';
	the_images[3] = varHome + '/images/menu/contact_o.jpg';
	the_images[4] = varHome + '/images/menu/util_o.jpg';
	the_images[5] = varHome + '/images/menu/com_o.jpg';
	the_images[6] = varHome + '/images/menu/free_o.jpg';
	the_images[7] = varHome + '/images/menu/timer_o.jpg';
	the_images[8] = varHome + '/images/menu/codetips_o.jpg';
	the_images[9] = varHome + '/images/menu/nth_o.jpg';
	the_images[10] = varHome +'/images/billing2.jpg';
	the_images[11] = varHome + '/images/billingdown.jpg';
	the_images[12] = varHome + '/images/contactus2.jpg';
	the_images[13] = varHome + '/images/contactusdwn.jpg';
	the_images[14] = varHome + '/images/support2.jpg';
	the_images[15] = varHome + '/images/supportdown.jpg';	
	the_images[16] = varHome + '/images/menu/payment_o.jpg';
	the_images[17] = varHome + '/images/menu/viewcart_o.jpg';		
	the_images[18] = varHome + '/images/menu/artwork_o.jpg';
	the_images[19] = varHome + '/images/menu/references_o.jpg';

   	for(loop = 0; loop < the_images.length; loop++)
    	{
    		var an_image = new Image();
    		an_image.src = the_images[loop];
    	}

	function ChangeImage(obj, ImagePath) {
		obj.src = ImagePath
		}

	function Billing()
		{
		mywindow=window.open("billing_information.asp","", "toolbar=no, location=no, directories=no, menubar=no, status=no, scrollbars=no, resizeable=yes, width=650, height=475");
		}

	function Contact()
		{
		mywindow=window.open("contactus.asp","", "toolbar=no, location=no, directories=no, menubar=no, status=no, scrollbars=no, resizeable=yes, width=500, height=300");
		}

function Advertise()
{
mywindow=window.open("advertise.asp","", "toolbar=no, location=no, directories=no, menubar=no, status=no, scrollbars=no, resizeable=yes, width=650, height=350");
}

	function addtocart(item, amount) {
	window.open('https://www.paypal.com/cart/add=1&business=lawrence%40cierra.net&amp;item_name=' + item + '&amount=' + amount + '&amp;image_url=http%3A//www.cierra.net/images/whlogo.jpg&amp;return=http%3A//www.cierra.net&amp;cancel_return=http%3A//www.cierra.net','cartwin','width=600,height=400,scrollbars,location,resizable,status');
	}
		
	function viewcart() {
	window.open('https://www.paypal.com/cart/display=1&business=lawrence%40cierra.net','cartwin','width=600,height=400,scrollbars,location,resizable,status');
	}



function doOpenArt(strImageID) {
	var strURL = "http://www.cierra.net/popup.asp?URL=" + strImageID;
	window.open(strURL, null, "status=no,toolbar=no,menubar=no,location=no,scrollbars=no,titlebar=no,resizable=no");
	}
