//**************************************************************************************************************/
//	info.js
//
//	 Author: Wendy
//   popup javascript functions
//***************************************************************************************************************/

function showInfo(fileName, nWidth, nHeight, nSroll) {
	infoWindow = window.open(fileName,'win2','width=500, height=400, titlebar=0, toolbar=0, menubar=0, location=0, status=0, scrollbars=1, resizable=0, left=20, top=20'); 
}