<!--	
function openBig(strurl) {
	stroptions = 'toolbar=no,resizable=yes,scrollbars=yes,width=610,height=525,top=10,left=10';
	//test=window.open('','preview',stroptions);
	test=window.open(strurl,'preview',stroptions);

	//test.document.writeln('<body bgcolor=black><center><img  src=' + strurl + '></center></body>');
	test.focus();
		
}	

//-->