\n');
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i
function openWin(pName, wName, w, h, scroll)
{
var winl = (screen.width-w)/2;
var wint = (screen.height-h)/2;
var settings ='height='+h+',';
settings +='width='+w+',';
settings +='top='+wint+',';
settings +='left='+winl+',';
settings +='scrollbars='+scroll+',';
settings +='resizable=yes';
popWin = window.open(pName, wName, settings);
popWin.resizeTo(w,h);
popWin.moveTo(winl,wint);
if(popWin.focus()) { popWin.focus(); }
return true;
}
function contactlaunch(thisloc){
var path = "contact/";
str = new String(path + thisloc + ".html");
// alert(str);
openWin(str,'contact', 750, 350);
}
function bioglaunch(thisloc, x, y) {
var path = "bios/";
str = new String(path + thisloc + ".html");
// alert(str);
openWin(str,'contact', x, y);
}
function pdflaunch(thisloc, x, y) {
var path = "pdf/";
str = new String(path + thisloc + ".pdf");
openWin(str, 'print', x, y);
}