/* Function that pops up the image window */function popUp(theURL) {	var newWin=open(theURL,'images','target=parent,scrollbars=yes,resizable=yes,status=yes,location=no,toolbar=no');}
