function FRframes() 
	{
   	parent.frames[0].location.href="ind_fr.htm";
   	parent.frames[1].location.href="main_fr.htm";
	}

function GBframes() 
	{
   	parent.frames[0].location.href="ind_gb.htm";
   	parent.frames[1].location.href="main_gb.htm";
	}

function USframes() 
	{
   	parent.frames[0].location.href="ind_us.htm";
   	parent.frames[1].location.href="main_us.htm";
	}

function ESframes() 
	{
   	parent.frames[0].location.href="ind_gb.htm";
   	parent.frames[1].location.href="main_es.htm";
	}

function DTframes()
	{
   	parent.frames[0].location.href="ind_gb.htm";
   	parent.frames[1].location.href="main_dt.htm";
	}


function ZoomImage(url, width)
	{
	parent.zoom_window.document.DIAPOZOOM.src = url;
	//parent.zoom_window.document.DIAPOZOOM.width = width;
	}





