function link(num){


if(num==1) location.href='index.php';

if(num==2) location.href='somos.php';

if(num==3) location.href='soluciones.php';

if(num==4) location.href='faq.php';	

if(num==5) location.href='contacto.php';		



if(num==7) openWin("swf/gestion.php");

if(num==8) openWin("swf/conta.php");

if(num==9) openWin("swf/sueldos.php");

if(num==10) openWin("pdf/gestion.pdf");

if(num==11) openWin("pdf/conta.pdf");

if(num==12) openWin("pdf/sueldos.pdf");



}


function openWin(url){

testwindow= window.open (url, "Ventana",
    "location=1,status=1,scrollbars=1,width=850,height=650");
testwindow.moveTo(0,0);

}

