<!--
function new_win1(){
window.open("skull.html","","scrollbars=yes,resizable=yes,width=700,height=600,left=200,top=50");
}

function new_win2(){
window.open("class02.html","","scrollbars=yes,resizable=yes,width=630,height=600,left=200,top=50");
}

function new_win3(){
window.open("concept.html","","scrollbars=yes,resizable=yes,width=630,height=600,left=200,top=50");
}

function new_win4(){
window.open("profile.html","","scrollbars=yes,resizable=yes,width=630,height=600,left=200,top=50");
}

//-->
