function fun1(var1)
{
	//alert(var1);
	window.location.href="check_pass.php?op="+var1;
}