function openPopUp(fileName){
	var win = window.open(fileName,'', "scrollbars=0, statusbar=0 , toolbars=0, width=445, height=370");
}