function openpic( fName, title, width, height ){
path="/modules/action/";
if (width==''){
	width=600;
}
if (height==''){
	height=400;
}
width+=30;
height+=30;
var hWnd=window.open(path+fName,title,"width="+width+","+"height="+height+","+"resizable=1,"+"menubar=0,"+"toolbar=0,"+"directories=0,"+"location=0,"+"scrollbars=0,"+"status=0")
}
