function popCal()
{
	window.open( "/EN/Calendar.aspx" , "CAL" , "width=700, height=430, resizable=no, scrollbars=0 " ) ;	
}

function popCal_AR()
{
	window.open( "/AR/Calendar.aspx" , "CAL" , "width=700, height=430, resizable=no, scrollbars=0 " ) ;	
}

function popEvents( dt )
{
	window.open( "/EN/EventsDetails.aspx?Date=" + dt , "evt" , "width=500, height=300, resizable=no, scrollbars=1 " ) ;	
}

function popEvents_AR( dt )
{
	window.open( "/AR/EventsDetails.aspx?Date=" + dt , "evt" , "width=500, height=300, resizable=no, scrollbars=1 " ) ;	
}

function popInfo()
{
	window.open( "/EN/Employment/Info.aspx" , "Info" , "width=700, height=500, resizable=no, scrollbars=1 " ) ;	
}

function popInfo_AR()
{
	window.open( "/AR/Employment/Info.aspx" , "Info" , "width=700, height=500, resizable=no, scrollbars=1 " ) ;	
}

function popGallery( id )
{
	window.open( "/Gallery.aspx?GalleryID=" + id , "Gallery" , "width=716, height=590, resizable=no, scrollbars=1 " ) ;	
}

function popGallery_AR( id )
{
	window.open( "/Gallery_AR.aspx?GalleryID=" + id , "Gallery" , "width=716, height=590, resizable=no, scrollbars=1 " ) ;	
}

function popAlbum( id )
{
	window.open( "/Gallery.aspx?AlbumID=" + id , "Gallery" , "width=716, height=590, resizable=no, scrollbars=1 " ) ;	
}

function popAlbum_AR( id )
{
	window.open( "/Gallery_AR.aspx?AlbumID=" + id , "Gallery" , "width=716, height=590, resizable=no, scrollbars=1 " ) ;	
}