﻿// JScript File


    var phone = 'Phone: 787-474-4850, 619-5059, 474-5553, 474-1096   Fax: 1-787-474-1096';

    var video = true;
    function changeSrc(id,srcnew,url)
    {
        document.getElementById(id).src = srcnew;
        self.status = url;
    }
    
    function openUrl(url)
    {
        window.open(url,'_self');
    }
    
    function ADNMove()
    {
		document.getElementById('DNA').removeNode(true);
        //document.getElementById('DNAContainer').innerHTML='';
        var imgDNA = document.createElement('IMG');
        var linkADN = document.getElementById('ADNlink');
        imgDNA.id='DNA';
        if(video)
        {
	        imgDNA.src = "images/adn final.gif";
	        imgDNA.style.width = '105%';
	        imgDNA.style.height = '105%';
	        linkADN.innerHTML = "<a   href='#' onMouseDown='ADNMove();' ><font color='#000000'><b>static</b></font></a>";
        }
        else
        {
	        imgDNA.src = "images/ADN static.JPG";
	        imgDNA.style.width = '105%';
	        imgDNA.style.height = '105%';
	        linkADN.innerHTML = "<a   href='#' onMouseDown='ADNMove();' ><font color='#000000'><b>dynamic</b></font></a>";
        }
    	
        document.getElementById('DNAContainer').appendChild(imgDNA);
        video = !video;
    }
    
    function addTittle(title)
    {
        document.getElementById('Titulo').innerHTML = title;
    }
    
    function addSecondaryTitle(title)
    {
        document.getElementById('Titulo').innerHTML = title+"<br /><span style='font-size: 22px'>Industrial Biotechnological Institute</span>";
    }
	function MM_jumpMenu(targ,selObj,restore)
	{ 		
			//v3.0
		  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
		  if (restore) selObj.selectedIndex=0;
	}