<!-- Begin
function popUp1(picgoal,picname,dummyw,dummyh) {
PicWin=window.open('+picgoal+', 'poppage', 'toolbars=0, location=0, statusbars=0, menubars=0, scrollbars=0, resizable=0, height=359, width=440, top=0, left=50');
  PicWin.document.open();
  PicWin.document.writeln('<html>');
  PicWin.document.writeln('<head>');
  PicWin.document.writeln('<title>The Eagle\'s Nest :: '+picname+'</title>');
  PicWin.document.writeln('<META HTTP-EQUIV="imagetoolbar" CONTENT="no"><META HTTP-EQUIV="imagetoolbar" CONTENT="false"></head>');
  PicWin.document.writeln('<body background="#ffffff" TOPMARGIN="0" LEFTMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0" oncontextmenu="return false"><center><table width=441 height=360 border=0 cellpadding=8 cellspacing=0 background="'+picgoal+'" align=center><tr><td align=center valign=middle><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Q5CBk2Oek4Q&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Q5CBk2Oek4Q&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></center></td></tr></table>');
  PicWin.document.writeln('</body>');
  PicWin.document.writeln('</html>');
  PicWin.document.close();
}
// End -->