/* Library */

function openLib(w){
	var thewindow;	thewindow=window.open("doc_pops/"+w+".html","","width=710,height=600,scrollbars=yes, toolbar=yes, left=75px ,top=100px");
	thewindow.focus();
	}

function openme(n,t){
	var thewindow;
	thewindow=window.open("doc_pops/doc.php?num="+n+"&tbl="+t,"","width=600,height=650,scrollbars=yes, toolbar=yes, left=200px ,top=100px");
	thewindow.focus();
}

/* Portfolio */


function openCaps(w){
	var thewindow;	thewindow=window.open("portPops/"+w+".html","","width=800,height=650,scrollbars=yes, toolbar=yes, left=100px ,top=25px");
	thewindow.focus();
	}
	
function openMyPort(w){
	var thewindow;	thewindow=window.open("portPops/"+w+".html","","width=650,height=550,scrollbars=yes,left=200px ,top=100px");
	thewindow.focus();
	}
	
/* Hall of Images */

function toggleDetail(thisImage){
  var detailImage="images/hoi/" + thisImage;
  document.getElementById("photo_det").src=detailImage;
}