function openNewWindow(related_num) { 

	switch(related_num){
		case "a0_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/index.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "a0_2" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line1.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "a2_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line3.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "a4_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line4.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=740");
		break;
		case "a5_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line4.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=740");
		break;
		case "a5_2" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line10.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=720");
		break;
		case "a5_3" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line11.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=780");
		break;
		case "a6_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line12.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=740");
		break;
		case "a7_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line13.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "b1_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line14.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "b2_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line15.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "b3_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line16.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "b4_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line17.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "b5_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line19.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "b6_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line18.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "b7_1" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line20.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
		case "b7_2" :
			window.open("http://www.necel.com/ja/cprofile/fab/line/line21.html","","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=664");
		break;
	}
} 