function check_pass_match(v){
		if(document.frm.p.value!=v){
				alert("Password Can't Match ,Check Again");
				document.frm.rp.value="";
				document.frm.rp.Focus();
		}
}

function show_chk_pass(){
		var re;
		re ='<FORM METHOD=POST ACTION="del_news_a.php"><table width="46%" height="100" border="1" cellpadding="0" cellspacing="2" bgcolor="#FFFF99" align="center"><tr><td><font color="#000000">،أح،أثرت¼èز¹ : </font><INPUT TYPE="password" NAME="del_password"> <INPUT TYPE="submit" value=" Login "><INPUT TYPE="hidden" NAME="mode" value="chk"></td></tr></table></FORM>';
		document.getElementById("ShowCheckPass").innerHTML=re;
}
