function price_win(){
	window.open("/page_communiction/page_telprice1.html","","width=840,height=520");
}

function sim_win() {
	window.open("/page_simulation/case1/index.html","","width=720,height=480");
}

function maison_win() {
	window.open("/page_maison.html","","width=640,height=480");
}

function residence_win() {
	window.open("/page_residence.html","","width=720,height=482");
}

function toner_win() {
	window.open("/page_toner.html","","width=740,height=540,top=100,left=100");
}

function changeFontColor(eid, mode) {
	if(mode=="over") {
		document.getElementById(eid).style.color = '#4040c0';
		document.getElementById(eid).style.cursor = 'pointer';
	}
	else if(mode=="out") {
		document.getElementById(eid).style.color = '#000000';
		document.getElementById(eid).style.cursor = 'auto';
	}
}

