function windows(b){
switch (b) {
case '1':window.open('../estate/town.html','info1','scrollbars=yes,resizable=yes,menubar=no,directories=no,status=no,location=no,width=845,height=800');break;
default:alert("erorr!");break;
}
}
