function addFavourites()
{
	window.external.AddFavorite("http://www.stopcopyright.com/","StopCopyright");
}
function OpenCondiciones(l)
{
	var cond = window.open('/'+l+'/condiciones.html','condiciones','width=550,height=600,scrollbar=1,scrollbars=1');
}
function OpenPolitica(l)
{
	var priv = window.open('/'+l+'/privacidad.html','privacidad','width=550,height=600,scrollbar=1,scrollbars=1');
}
function openPhoto(pid)
{
	var pwin = window.open('/showphoto.php?pid='+pid+'&size=700','pwin','width=750,height=500,scrollbars=1,resizable=1');
}


