
function ninsuuFunc(){
    if (navigator.appName == "Microsoft Internet Explorer"){
		newWin=window.open("","new", "width=400,height=400,resizable=1,location,scrollbars");
		newWin.location="http://www.2shotchat.ne.jp/ninsuu/";
	} else {
		newWin=window.open("","new", "width=400,height=400,resizable=1,location,scrollbars");
		newWin.location="http://www.2shotchat.ne.jp/ninsuu/";
	}
}
