var maxLength = 210;
var maxLength2 = 420;
function calcCharLeft(dd) {
if(dd==0) mm=210
	else mm=420;
 if (document.upload.hird_szoveg_rovid.value.length > mm) {
  document.upload.hird_szoveg_rovid.value = document.upload.hird_szoveg_rovid.value.substring(0,mm)
 }
 document.upload.chrleft.value = document.upload.hird_szoveg_rovid.value.length + " / " + mm
}








function send()
{
	if(document.feladas.hirdetes.value=="")
	{
		alert("Adja meg a hirdetés szövegét!");
		document.feladas.hirdetes.focus();
		return false;
	}
	if (check()) document.feladas.submit();
}


function showpic(fname,x,y)
 {
	  nwindow = window.open("","newwin","width="+ x +",height="+ y +",Status=no,menubar=no,resizable=yes,scrollbars=yes,alwaysRaised=yes");
	  nwindow.document.open();
	  nwindow.document.write("<HTML> <HEAD>");
	  nwindow.document.write("<TITLE>Bezárás: klikk a képre  </TITLE>");
	  nwindow.document.write("</HEAD>");
	  nwindow.document.write("<BODY bgcolor='#FFFFFF' link='white' leftmargin='0' topmargin='0' rightmargin='0' bottommargin='0' marginheight='0' marginwidth='0'>");
	  nwindow.document.write("<table cellpadding='0' cellspacing='0' border='0'>");
	  nwindow.document.write("<tr><td>");
	  nwindow.document.write(" <a href='javascript:close()'><img src='" + fname +"' border='0' alt='Bezárás: klikk a képre'> ");
	  nwindow.document.write("</a></td></tr>");
	  nwindow.document.write("</table></BODY></HTML>");
	  nwindow.document.close();
 }