
function instructor(name){
newWin	= window.open('../assett/'+name+'.html','windowName',"width=120,height=140,toolbar=no,scrollbars=no,left=600");
setTimeout("newWin.close()",4000);
}