function openProgramme() {
window.open("/extranjeros/programme.html", null,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=420,height=420,top=200,left=300');
}
function openWindow() {
window.open("www.cyberwebmedia.com", null,'toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1');
}
function preloadImages() {
    if (document.images) {
        var imgFiles = preloadImages.arguments;
        if (document.preloadArray == null) {
            document.preloadArray = new Array();
        }
        var i = document.preloadArray.length;
        with (document) {
            for (var j = 0; j < imgFiles.length; j++) {
                if (imgFiles[j].charAt(0) != "#") {
                    document.preloadArray[i] = new Image();
                    document.preloadArray[i++].src = imgFiles[j];
                }
            }
        }
    }
}