strPath ='/coachargentina/'

function change_height(var_height) {
window.parent.document.all.tags("IFRAME").iframebody.height= var_height;
}

//onmouseover="fx_change_color_on(this, '#6696FF')" onmouseout="fx_change_color_off(this, '#5689EF')"

function fx_change_color_on(obj, color) { obj.style.backgroundColor = color}
function fx_change_color_off(obj, color) {obj.style.backgroundColor = color}

function hideMe(){
theLayer.style.visibility="hidden";
layer_close.style.visibility="hidden";
}

function showMe(var_img){
img_layer.src= strPath + '/es/noticias/images/raul_labatte_2003/540w360h/' + var_img + '.jpg';
theLayer.style.visibility="visible";
layer_close.style.visibility="visible";
}