function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
function go(picture) {
  	  alert("The image you have selected will now print! If you are Using Netscape please press the PRINT button on the next screen");
	  newWin = window.open(picture);
	  newWin.print();
  	  //newWin.close();
	}
function enlarge(picture) {
	  newWin = window.open(picture);
  	  //newWin.close();
	}


