function openMap(area){
		window.open("office_map/office_"+area+".html","newWin","width=740,height=600,menubar=yes,toolbar=no,location=no,scrollbars=yes");
}

function openWhats(num){
		window.open("whatsnew/whatsnew"+num+".html","newWin","width=580,height=400,menubar=no,toolbar=no,location=no,scrollbars=yes");
}

function openInfo(num){
		window.open("info/info"+num+".html","newWin","width=580,height=400,menubar=no,toolbar=no,location=no,scrollbars=yes");
}

function closeWin(){
	window.close();
}
