// modeloffice

function walkguideWin(){
window.open("extra/walkguide.html","newwin","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=960,height=700");
}

function comfortableWin(){
window.open("extra/comfortable.html","newwin","toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=960,height=700");
}


