function openWin(theURL) {
  theWindow = window.open(theURL,'','width=580,height=400,toolbar=no,scrollbars=yes');
}

function openSlide(arg) {
  theWin = window.open(arg,'','width=322,height=264,toolbar=no,scrollbars=no');
theWin.focus();
}