//------------------------------------------------------------------

function cargar_ciutats()
{
var pais = 1;
var boxc = document.cercar.provincia;

if (boxc.selectedIndex<0)
	var prov = 0;
else
	var prov = boxc.options[boxc.selectedIndex].value;

window.location.href = '/sosgay/contingut.php?pais='+pais+'&prov='+prov;
}

//------------------------------------------------------------------

function show(URL,width,height)
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+"');");
}

//------------------------------------------------------------------

function gpopup (url)
{
newwindow=window.open(url,'name','height=450,width=400,resizable=false,scrollbars=1,toolbar=false,menubar=false,location=false,status=false,directories=false');
if (window.focus) {newwindow.focus();}
}

//------------------------------------------------------------------

function popup (id)
{
gpopup('email.php?id='+id);
}

