
function fcNewWindow(pImage)
 {
	openwindow = "window.open('view.php?image='+ pImage,'Image','toolbar=no,location=no,scrollbars=no,resizable=no,directories=no,width=100,height=100,top=100,left=100');";
    eval(openwindow);
 }