<!--

// Boise State University Albertsons Library - JavaScript code Library //

//  hint window popup //
function hintWindow(theHint) {
  window.open(theHint,'hint','height=300,width=400,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no');
}

// Popup window control for ContentCafe //
function openWin(URL) {
aWindow=window.open(URL,"Voyager","toolbar=yes,width=600,height=500,top=100,left=100,status=no,scrollbars=yes,resizable=yes,menubar=no");
}


-->
