function AbrirImageGrande(ObjImage)
	{
		var WindowImage=window.open('images/pages/' + ObjImage + '_G.jpg',null,'height=510,width=670,menubar=no'); 
	}
	
function ChangeSRC()
{
	try
		{
			var ObjIf =parent.document.getElementById('IfRight');
			var StrIdioma=ObjIf.src.substr(ObjIf.src.indexOf("_")+1);
				switch (StrIdioma)
					{
						case 'Holl.aspx':
						//parent.frames('IfRight').location.href='Centre_Holl.aspx';
						parent.frames('IfRight').location.href='inici_Holl.aspx';
						break;
						case 'Fr.aspx':
						//parent.frames('IfRight').location.href='Centre.aspx';
						parent.frames('IfRight').location.href='inici_Fr.aspx';
						break;
						case 'En.aspx':
						//parent.frames('IfRight').location.href='Centre_En.aspx';
						parent.frames('IfRight').location.href='inici_En.aspx';
						break;
						case 'Cat.aspx':
						parent.frames('IfRight').location.href='inici.aspx';
						break;
						case 'Cas.aspx':
						parent.frames('IfRight').location.href='inici_Cas.aspx';
						break;
						default:parent.frames('IfRight').location.href='inici.aspx';
					}
		}
	catch (ex)
		{
		//alert('err');
		}
}

function ShowDivingMap()
{
	try
	{
		window.showModalDialog('images/divemap.gif',null,'dialogWidth:600px;dialogHeight:629px;');
	}
	catch(e)
	{
		//NOP
	}
}
var strIdioma='';
			function ChangeIfSrc(Idioma)
				{
				
					switch (Idioma)
						{
							case 1:
							strIdioma='_Cas';
							document.getElementById('IfRight').src='inici_Cas.aspx';
							break
							
							case 2:
							strIdioma='_Cat';
							document.getElementById('IfRight').src='inici.aspx';
							break
							
							case 3:
							strIdioma='_En';
							//document.getElementById('IfRight').src='Centre' + strIdioma + '.aspx';
							document.getElementById('IfRight').src='inici_En.aspx';
							break
							
							case 4:
							strIdioma='_Fr';
							//document.getElementById('IfRight').src='Centre.aspx';
							document.getElementById('IfRight').src='inici_Fr.aspx';
							break
							
							case 5:
							strIdioma='_Ger';
							document.getElementById('IfRight').src='Centre' + strIdioma + '.aspx';
							break
							
							case 6:
							strIdioma='_Holl';
							//document.getElementById('IfRight').src='Centre' + strIdioma + '.aspx';
							document.getElementById('IfRight').src='inici_Holl.aspx';
							break
						}
					
					//alert('ceva');
				}
