function openPopup(vLevelOne,vLevelTwo,vHeight,vWidth,vSrc,vStyle,vSound) { var s="";var h=vHeight+88;var l=vWidth+54; if(vSound!=""){s='click to hear sound recording ';h+=10;} var o="height="+h+",width="+l+",toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no,top=0,screenY=0,left=20,screenX=20,dependent=yes,hotkeys=no" w=window.open("","popup",o,true); w.resizeTo(l,h); w.document.writeln(''); w.document.writeln(''); w.document.writeln(''); w.document.writeln(''); if(vLevelOne==""){w.document.writeln(''+vLevelTwo+'');}else{w.document.writeln(''+vLevelOne+' » '+vLevelTwo+'');} w.document.writeln(''); w.document.writeln(''); var c="#000"; switch(vStyle){case "c": c="#A8003E";break;case "d": c="#009C3E";break;case "h": c="#392FA3";break;case "o": c="#D2C100";break;case "p": c="#000";break;case "y": c="#00A887";break;} w.document.writeln(''); w.document.writeln('
'); var r="http://christophermolloy.com/photo/"+vSrc; var t="copyright 1997-2010 by christopher molloy. all rights reserved."; if(vLevelOne=="") {r=vSrc; t="map courtesy of 'http://www.lib.utexas.edu/maps/cia99/'.";} if(vSrc.substr(0,4)=="http") {r=vSrc;} w.document.writeln('
'+vLevelTwo+'
'); w.document.writeln(''+s+t+''); w.document.writeln('
'); w.document.writeln(''); w.document.writeln(''); w.document.close(); w.focus(); }