﻿
function CheckLen3(o) {
	t=document.getElementById("count");
	i=3000-o.value.length;
	t.value=i;
	if (i<0) t.style.color="red";
	else t.style.color="#000000";
	}
function mail(name,name1,email,id){
var newWindow=open("/mail/mail.php?name="+name+"&name1="+name1+"&email="+email+"&id="+id+"","mail","toolbar=no,menubar=no,color=#cccccc,width=500,height=600,screenX=0,screenY=0");
}

function focs()
{
	document.addbook.gbname.focus();
}
