var left800_0=622;
var left800_1=495;			
var left800_2=378;			
var left800_3=214;				
function openIt(x) {				
showBox = eval('document.all.box' + x);				
showBox.style.display= "";								
if (screen.width==800)					
{						
if (x==0)							
showBox.style.left=left800_0;						
if (x==1)							
showBox.style.left=left800_1;						
if (x==2)							
showBox.style.left=left800_2;							
if (x==3)							
showBox.style.left=left800_3;												
}			        				
var items = 4;				
for (i=0; i<items; i++) 				
{					
elOpen=eval('document.all.box' + i);					
if (i != x)					
{ 						
elOpen.style.display = "none";					
}				
}							
}
			
function closeIt() 			
{				
var items = 4;				
for (i=0; i<items; i++) 				
{					
var B=eval('document.all.box' + i);					
B.style.display = "none";
}
}		




function MailingList(){
window.showModalDialog('/Raanana/Dialog_Matefet.aspx?path=console/mail_login.aspx','','dialogHeight: 300px; dialogWidth:400px;  edge: Raised; center: yes; help: No; resizable: No; status: No;');
}

function OpenImg(guid){
window.open('/tel_aviv_arch/console/popup.aspx?guid='+guid,'Viewer','width=536,height=550,left=5,top=5');
}

