function openApproach(url) {
	var win = window.open(url, 'approach', 'width=550,height=355');
}
