// 
// (c)2001-2002 Design Ventures.  All rights reserved.
// 
// The code contained herein is copyrighted material and
// permission to use it is therefore denied.
//
// If you would like to use it for educational purposes
// you must obtain written permission from Design Ventures
// prior to using it.  Contact us either by email at
// permissions@dventures.com or by phone at (208)978-4790.
//
//


//    index.html :
	
	function dv_preloadImages() {
		if (document.images) {
		var imgFiles = dv_preloadImages.arguments;
		if (document.preloadArray==null) document.preloadArray = new Array();
		var i = document.preloadArray.length;
		with (document) for (var j=0; j<imgFiles.length; j++) if (imgFiles[j].charAt(0)!="#"){
		preloadArray[i] = new Image;
		preloadArray[i++].src = imgFiles[j];
		} }
	}





	function whichExperience(goTourl) {
		}

	function buttonSwap() {
		}

//    