
function clickEdit(str){
	if( !str.match(/htm|html/) || str.search(/scanpic\/scanpic\d+\.htm/) > 0 || str.search(/scandir\/scandir\d+\.htm/) > 0 || str.search(/Albms\/albm\d+\.htm/) > 0){
		alert( "לא ניתן לערוך דף זה בבנה ביתך!" )
		return
	}
	wEdit = open("http://www.ghi.org.il/cgi-webaxy/magicpage/magicpage.pl?ID=283662_ghi&lang=he&&count="+str+"&frames=yes", "wEdit", "location=0, toolbar=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0");
}

function clickEditDirOld(){
	wEdit = open("http://www.ghi.org.il/cgi-webaxy/magicpage/magicpage.pl?ID=283662_ghi&lang=he&&count=&frames=yes", "wEdit", "location=0, toolbar=0, directories=0, status=0, menubar=0, scrollbars=0, ");
	wEdit.window.focus();
}
	
function clickDel(str){
	if( confirm("האם למחוק \n"+str) ){
		dWin = open("http://www.ghi.org.il/cgi-webaxy/page_edit_login.pl?ID=283662_ghi&lang=he&&application=news&act=delFile&dfile="+str ,"dWin","toolbar=no,status=no,scrollbars=no,resizable=1,width=1,height=1");
		//dWin.close();
		self.focus();
		//window.setTimeout("window.location.reload()",1000);
	}
}
	
	
								var selObj = new Object();
								selObj.fontSize = "9px"-0;
