function poptoff(imageok)
{
ii1 = new Image;
ii1.src = imageok;
var winl = screen.width;
var wint = screen.height;
html = '
PHOTO
';
popupImage = window.open('','','toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=1');
popupImage.document.open();
popupImage.document.write(html);
popupImage.document.close()
}
function popgeo(id)
{
var w = 650;
var h = 550;
popURL = "http://www.hendaye-locations.com/position.php?id="+id+"&chlang=es";
var winl = (screen.width - w) / 2;
var wint = (screen.height - w) / 2;
settings="height="+h+",width="+w+",top="+wint+",left="+winl+",scrollbars=no,toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no";
window.open(popURL,"",settings);
}
function proprio(user)
{
var w = 500;
var h = 350;
popURL = "http://www.hendaye-locations.com/proprio.php?id="+user+"&chlang=es";
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
settings = "height="+h+",width="+w+",top="+wint+",left="+winl+",scrollbars=yes,toolbar=no,location=no,status=no,menubar=no,resizable=no,dependent=no";
window.open(popURL, "", settings);
}
function showdetails()
{
var e = document.getElementById("alldetails");
if (e.style.visibility == "visible") { e.style.visibility = "hidden"; } else { e.style.visibility = "visible"; }
if (e.style.display == "block") { e.style.display = "none"; } else { e.style.display = "block"; }
return false
}
function showit()
{
window.moveTo(0,0);
if (document.all)
{
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById)
{
if (top.window.outerHeight