
function visibility(layer_name)
{
	if(eval("document.all."+layer_name+".style.display")=="none")
		eval("document.all."+layer_name+".style.display = 'block'");
	else	
		eval("document.all."+layer_name+".style.display = 'none'");
	
}

function openChat()
{ 
	window.open('bottom_chat.aspx','generalChat','width=560,height=280, left=0,top=0,screenX=0,screenY=0,resizable=1,status=0,toolbar=0,scrollbars=1');
} 

function Maximize()
{
	if (top != self)
	{ 
		top.location = self.location; 
	}

	top.window.moveTo(0,0);
	top.window.resizeTo(screen.availWidth,screen.availHeight);
}

function CheckDel() 
{
	return (confirm("למחוק?"))
}
function SendMail() 
{
	return (confirm("האם לשלוח את הדואר לכל רשימת התפוצה?"))
}

function AdminOpenPic(pic,title)
{ 
	window.open('../ShowPic.aspx?pic='+pic+'&title='+title ,'wanted','width=800,height=600, left=0,top=0,screenX=0,screenY=0,outerwidth=500,outerheight=230,resizable=1,status=0,toolbar=0,scrollbars=1'); 
} 
function OpenMail(mailID)
{ 
	window.open('showMail.aspx?mailID='+mailID,'mail','width=700,height=600, left=0,top=0,screenX=0,screenY=0,outerwidth=500,outerheight=230,resizable=1,status=0,toolbar=2,scrollbars=1'); 
} 
function galleryAdd()
{ 
	window.open('galleryAdd.aspx','gallery','width=700,height=600, left=0,top=0,screenX=0,screenY=0,outerwidth=500,outerheight=230,resizable=1,status=0,toolbar=0,scrollbars=1'); 
} 
function galleryAddAdmin(galleryID)
{ 
	window.open('../galleryAddPictures.aspx?galleryID='+galleryID,'gallery','width=700,height=600, left=0,top=0,screenX=0,screenY=0,outerwidth=500,outerheight=230,resizable=1,status=0,toolbar=0,scrollbars=1'); 
} 
function OpenPic(pic,title,groupID)
{ 
	window.open('ShowPic.aspx?pic='+pic+'&title='+title+'&groupID='+groupID ,'wanted','width=800,height=600, left=0,top=0,screenX=0,screenY=0,outerwidth=500,outerheight=230,resizable=1,status=0,toolbar=0,scrollbars=1'); 
} 

function newForumMsg(categoryID,forumName,replyTo)
{ 
	window.open('forumNewMsg.aspx?categoryID='+categoryID+'&replyTo='+replyTo+'&forumName='+forumName ,'wanted','width=500,height=400, left=0,top=0,screenX=0,screenY=0,outerwidth=500,outerheight=230,resizable=1,status=0,toolbar=0,scrollbars=1'); 
} 



