// JavaScript


// Maps
function haitimap() { map=window.open
("map.html","map",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=400,height=600') 
}

function hondurasmap() { map=window.open
("map.html","map",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=400,height=600') 
}

function argentinamap() { map=window.open
("map.html","map",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=400,height=600') 
}

function guatemalamap() { map=window.open
("map.html","map",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=400,height=600') 
}

function mexicomap() { map=window.open
("map.html","map",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=400,height=600') 
}




// Slideshows
function haitislideshow() { slideshow=window.open
("../haitislideshow/index.html","slideshow",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=640,height=600') 
}

function hondurasslideshow() { slideshow=window.open
("../hondurasslideshow/index.html","slideshow",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=640,height=560') 
}

function argentinaslideshow() { slideshow=window.open
("../argentinaslideshow/index.html","slideshow",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=640,height=560') 
}

function guatemalaslideshow() { slideshow=window.open
("../guatemalaslideshow/index.html","slideshow",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=640,height=560') 
}

function mexicoslideshow() { slideshow=window.open
("../mexicoslideshow/index.html","slideshow",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=640,height=560') 
}

function mexicoslideshow2() { slideshow2=window.open
("../mexicoslideshow2/index.html","slideshow2",'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=0,width=640,height=610') 
}