function preloadImages() {
	var d=document;
	d.imageArray=new Array();
	var i,j=d.imageArray.length,a=preloadImages.arguments;
	for(i=0; i<a.length; i++){
		d.imageArray[j]=new Image;
		d.imageArray[j++].src=a[i];
	}
}

function openPhotoGallery(sURL,sWidth,sHeight){
	var sFeatures = "top=20,left=50,height="+ (sHeight) +",width="+ (sWidth) + ",status=0,scrollbars=0,resizable=0,dependent=0,hotkeys=0";
	window.open(sURL,"_blank",sFeatures);
}
function openBio(sURL){
	var sFeatures = "top=20,left=50,height="+ 500 +",width="+ 425 + ",status=0,scrollbars=0,resizable=0,dependent=0,hotkeys=0";
	window.open(sURL,"_blank",sFeatures);
}
function openSmWindow(sURL,sWidth,sHeight){
	var sFeatures = "top=100,left=150,height="+ (sHeight) +",width="+ (sWidth) + ",status=0,scrollbars=0,resizable=0,dependent=1,hotkeys=0";
	window.open(sURL,"_blank",sFeatures);
}

