<!-- Begin
function print_cr(n)
{
	for (i=0;i<n ;i++ )
		document.write("<br>");
	
}
//  End -->