function knNWiVw(j, k, l, m){
	var cW = l;   var cH = m;   var view, cX, cY;
	cX = (nvMW - cW) / 2;   cY = (nvMH - cH) / 2;
	view = window.open("","ImageViewWindow","left="+cX+",top="+cY+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+l+",height="+m);
	view.document.open();
	view.document.write("<html><head><title>"+j+"</title></head><body bgcolor=#ffffff leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
	view.document.write("<a href='javaScript:window.close();'><img src='"+k+"'  width="+l+" height="+m+" border=0></a></body></html>");
	view.document.close();
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}