function uplxls(){
var width=document.form1.File1.value.length;
var filetype=document.form1.File1.value.substring(width-3);
if (document.form1.File1.value==""){alert("בחר קובץ");document.form1.File1.focus();}
else
if (filetype!="xls"){alert("יתקבלו רק קבצי אקסל סיומת xls");document.form1.File1.focus();}
else{document.form1.target="new";document.form1.submit();document.form1.reset();}
}
function gobak(){top.location="index.asp?newval=NewMem&valCat=nonepic";}



function openwin(strs,pic,w,h){var mynewwind=window.open(strs+"?pic="+pic,'mynewwind','width='+w+',height='+h+',top=200,left=300,resizable=no scrollbars=no toolbar=no channelmode=no fullscreen=no');}function ReplaceF(pg,the,where)
{
	document.form1.id.value=pg;
	document.form1.act.value=the;
	document.form1.action=where+".asp";
	document.form1.submit();
}
function CahngeF(strs){
document.location=strs+".asp";
}
function CahngeF1(strs,tite){
document.location=strs+".asp?title="+tite;
}