
//<!--
var Win1="";
var center=(screen.availWidth/2)-225;
function tech1(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./tech/heat.html","tech1","width=450,height=300,left="+ center+",top=250");
    Win1.focus();

}
function tech2(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./tech/friction.html","tech1","width=450,height=300,left="+ center+",top=250");
    Win1.focus();
}
function tech3(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./tech/advanced.html","tech1","width=450,height=300,left="+ center+",top=250");
    Win1.focus();
}
function tech4(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./tech/manufacturing.html","tech1","width=450,height=450,left="+ center+",top=250");
    Win1.focus();
}
function tech5(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./tech/fiber.html","tech1","width=450,height=500,left="+ center+",top=250");
    Win1.focus();
}
function tech6(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./tech/carbon.html","tech1","width=450,height=350,left="+ center+",top=250");
    Win1.focus();
}
// -->


//<!--
var Win1="";
function appli1(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./appli/heat_t.html","appli1","width=450,height=350,left="+ center+",top=250");
    Win1.focus();
}
function appli2(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./appli/semi.html","appli1","width=450,height=350,left="+ center+",top=250");
    Win1.focus();
}

function appli3(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./appli/photo.html","appli1","width=450,height=350,left="+ center+",top=250");
    Win1.focus();
}

function appli4(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./appli/auto.html","appli1","width=450,height=350,left="+ center+",top=250");
    Win1.focus();
}

function appli5(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./appli/aero.html","appli1","width=450,height=350,left="+ center+",top=250");
    Win1.focus();
}

function appli6(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./appli/liquid.html","appli1","width=450,height=350,left="+ center+",top=250");
    Win1.focus();
}

function appli7(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./appli/railway.html","appli1","width=450,height=350,left="+ center+",top=250");
    Win1.focus();
}

function appli8(){
    if( Win1 && !Win1.closed ){
        Win1.close();
    }
    Win1=window.open("./appli/other.html","appli1","width=450,height=450,left="+ center+",top=250");
    Win1.focus();
}


// -->

