function popWindow(fileName){
	var newWin = window.open(fileName, "child", "width=626,height=318,scrollbars=no,resizable=1");	
}