<!--
var txtClose='';
function dMaxi(p,tit){
	pImg=window.open('','_blank','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
	html='<html>\n<head>\n<title>'+tit+'</title>\n<meta http-equiv="imagetoolbar" content="no">\n</head>\n<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false" leftmargin=0 marginwidth=0 topmargin=0 marginheight=0>\n<center><a href="javascript:top.window.close()" title="'+txtClose+'"><IMG SRC="'+p+'" BORDER=0 NAME=imgp onLoad="window.resizeTo(document.imgp.width+14,document.imgp.height+52+32)"></a></center>\n</body>\n</html>';
	pImg.document.open();
	pImg.document.write(html);
	pImg.document.close()
}
-->

