<!--

//
// adjustIFrameSize
//  
document.domain="costaholidays.com";

function adjustIFrameSize (iframeWindow)
{
  if (iframeWindow.document.height) {
    var iframeElement = parent.document.getElementById
(iframeWindow.name);
    iframeElement.style.height = iframeWindow.document.height + 'px';
    iframeElement.style.width = iframeWindow.document.width + 'px';
  }
  else if (document.all) {
    var iframeElement = parent.document.all[iframeWindow.name];
    if (iframeWindow.document.compatMode &&
        iframeWindow.document.compatMode != 'BackCompat') 
    {
      iframeElement.style.height = 
iframeWindow.document.documentElement.scrollHeight + 5 + 'px';
      iframeElement.style.width = 
iframeWindow.document.documentElement.scrollWidth + 5 + 'px';
    }
    else {
      iframeElement.style.height = 
iframeWindow.document.body.scrollHeight + 5 + 'px';
      iframeElement.style.width = 
iframeWindow.document.body.scrollWidth + 5 + 'px';
    }
  }
}


function special1() {
window.open("http://www.twospecialvillas.com/gallery/los-borreguitos-1.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special2() {
window.open("http://www.twospecialvillas.com/gallery/los-borreguitos-2.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special3() {
window.open("http://www.twospecialvillas.com/gallery/los-borreguitos-3.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special4() {
window.open("http://www.twospecialvillas.com/gallery/los-borreguitos-4.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special5() {
window.open("http://www.twospecialvillas.com/gallery/los-borreguitos-5.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special6() {
window.open("http://www.twospecialvillas.com/gallery/los-borreguitos-6.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special7() {
window.open("http://www.twospecialvillas.com/gallery/finca-zarita-1.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special8() {
window.open("http://www.twospecialvillas.com/gallery/finca-zarita-2.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special9() {
window.open("http://www.twospecialvillas.com/gallery/finca-zarita-3.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special10() {
window.open("http://www.twospecialvillas.com/gallery/finca-zarita-4.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special11() {
window.open("http://www.twospecialvillas.com/gallery/finca-zarita-5.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}

function special12() {
window.open("http://www.twospecialvillas.com/gallery/finca-zarita-6.htm","","width=400,height=300,resizable=0,status=0,scrollbars=0")
}


//--> 

