
// pop up for calc widget links
function calc(name) {
	if (name == 'hughchou') {
	window.open("http://www.hughchou.org/","hughchou","scrollbars=yes,toolbar=no,resizable=yes,top=0,left=0,height=500,width=500");
	}
	else if (name == 'retirement') {
	window.open("/fcg/content/details_retirement.html","retirement","scrollbars=yes,toolbar=no,resizable=yes,top=0,left=0,height=200,width=300");
	}
	else if (name == 'minira') {
	window.open("/fcg/content/details_minira.html","minira","scrollbars=yes,toolbar=no,resizable=yes,top=0,left=0,height=200,width=300");
	}
	else {
	window.open("wait.html","calc_window","scrollbars=yes,toolbar=no,resizable=yes,top=0,left=0,height=500,width=500");
	return true;
	}
}

function sOpen(gx) {
	switch (gx){
		case "getmap": 
			window.open("http://www.mapquest.com/maps/map.adp?city=marietta&state=GA&address=2840+johnson+ferry+road&zip=30062&country=us&zoom=5","GetMap","scrollbars=yes,toolbar=no,resizable=yes,top=0,left=0,height=500,width=700");
			break;
		default : ;
	}
}