function winOpen(path){
				NewWin=window.open(path, '', 'width=700,height=500,toolbar=no,location=no,directories=no,status=no,menubar=yes,dependent=yes,scrollbars=yes,resizable=yes,copyhistory=no');
}
