// JavaScript Document

<!-- // Print Output
	function bodyPrint()
	{
	w=window.open('','newwin');
	w.document.write('<head><title>Pravna pisarna Fidus</title><meta http-equiv=\'Content-Type\' content=\'text/html; charset=iso-8859-2\'><link rel=\'stylesheet\' type=\'text/css\' href=\'/css/main.css\'></head><bo'+'dy topmargin=\'0\' leftmargin=\'0\' marginwidth=\'0\' marginheight=\'0\' bgcolor=\'#ffffff\' onLoad=\'window.print()\'>'+'<table width=\'600\' cellpadding=\'5\'>'+document.getElementById('content2').innerHTML+'</table></bo'+'dy>');
	w.document.close();
	return false;
	}
	//-->
