function go(url, p) 
{ 
	if(p) { parent.location = url + "&f=1"; }
	else { document.location = url; }
}


function foto(id, width, height)
{
	window.open('?foto&id=' + id , "" , 'dependent=yes,height=' + height + ',width=' + width + ',menubar=no,personalbar=no,resizable=no,toolbar=no,titlebar=no,scrollbars=no');
}

function noticia(id)
{
	width= 468;
	height= 450;
	window.open('?noticia&id=' + id , '', 'dependent=yes,height=' + height + ',width=' + width + ',menubar=no,personalbar=no,resizable=no,toolbar=no,titlebar=no,scrollbars=yes');
}


function ayuda(id)
{
	width= 450;
	height= 545;
	window.open('?ayudas&id=' + id , '', 'dependent=yes,height=' + height + ',width=' + width + ',menubar=no,personalbar=no,resizable=no,toolbar=no,titlebar=no,scrollbars=no')
}

function popup_mercadillo()
{
	width= 468;
	height= 500;
	window.open('?popup_mercadillo' , '', 'dependent=yes,height=' + height + ',width=' + width + ',menubar=no,personalbar=no,resizable=no,toolbar=no,titlebar=no,scrollbars=yes');

}


function cesta(id)
{
	tam = col = "";
//	alert(document.getElementById("color"));

	if(document.getElementById("color")) col = document.getElementById("color").options[document.getElementById("color").selectedIndex].value;
	if(document.getElementById("size")) tam = document.getElementById("size").options[document.getElementById("size").selectedIndex].value; 
	document.location = "?cesta&accion=add&id=" + id + "&color=" + col + "&size=" + tam;  

}