function goPic(picUrl){
window.open(picUrl, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=620,height=620,top=50,left=50' );
}
function goLongPic(picUrl){
document.photos.photoName.value = picUrl;
window.open('/files/photoPopLong.php', 'photoChild', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=470,height=620,top=50,left=50' );
}
function goWidePic(picUrl){
document.photos.photoName.value = picUrl;
window.open('/files/photoPopWide.php', 'photoChild', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=620,height=470,top=50,left=50' );
}

function goPoster(picUrl,w,h,artist){
document.photos.posterName.value = picUrl;
document.photos.posterWidth.value = w;
document.photos.posterHeight.value = h;
document.photos.artistName.value = artist;
w = w+20;
if(artist != ''){
h = h+50;
}else{
h = h+20;
}
window.open('/files/posterPop.php', 'posterChild', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width='+w+',height='+h+',top=50,left=50' );
}
function MM_displayStatusMsg(msgStr)  { //v3.0
	window.status=msgStr;
	document.MM_returnValue = true;
}
//onMouseOver="window.status='Current Position Report'; return true;" onMouseOut="window.status=''; return true;"
