function smajliky(what)
{
	top.odeslat.document.settext.WPChat_text.value = top.odeslat.document.settext.WPChat_text.value+" "+what+" ";
	top.odeslat.document.settext.WPChat_text.focus();
}
function aktual(URL)
{
top.odeslat.location=URL;
}
function nexturl(URL)
{
 document.location=URL;
}

function check_form()
	{
	 if(document.FORM_LOGIN.WPChat_login.value=='')
		{
		 alert('Chybnì zadane jmeno');
		}
	 else
	 {
	  if(document.FORM_LOGIN.WPChat_room.value=='0')
		{
		 alert('Chybne zadane mistnost');
		}
	  else {
		document.FORM_LOGIN.submit();
	       }
	 }
	}

function check_reg()
	{
	 if(document.FORM_REG.WPChat_login.value=='')
		{
		 alert('Chybne zadane jmeno');
		}
	 else
		 {
		  if(document.FORM_REG.WPChat_email.value=='')
			{
			 alert('Email nesme byt prazdny');
			}
		  else
		  	{
		  	 document.FORM_REG.submit();
		  	}
		 }
	}

function check_email()
	{
	 if(document.FORM_EMAIL.WPChat_email.value=='')
		{
		 alert('Email nemuze byt prazdny')
		}
	 else {document.FORM_EMAIL.submit();}
	}
function submit_anonymous() {
 	document.FORM_LOGIN.WPChat_login.value='anonymous'
 	document.FORM_LOGIN.WPChat_pass.value='anonymous'
 	document.FORM_LOGIN.submit();
}

//-->

