function checkValid(frm)
{
	alert("hhhheeeeeeee");
	with(frm)
	{
		if(!checkValidNull(vFirstName,"Please Enter First Name"))
			return false;
		if(!checkValidNull(cname,"Please Enter Category Name"))
			return false;
		if(!checkValidNull(parentid,"Please Enter Email"))
			return false;
		/*if(!isValidEmail(vEmail.value))	
		{
			vEmail.focus();
			return false;
		}*/
		
	}
	
}
function pollwin()
{
	pollwindow=window.open('','pollwindow','top=0,left=0,status=no,toolbars=no,scrollbars=yes,width=600,height=450,maximize=no,resizable');
}
