function opensdir(url){
document.location.href=url + '.html';
}

function opensthis(url){
document.location.href=url;
}