var newWindow = window;
function GoCustomer(){
	if ((newWindow == window) || newWindow.closed ) {
		newWindow = window.open("http://www.aaa-ins.jp/Customer01.htm","CHECK","menubar=yes,toolbar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes,top=45,left=80,width=700,height=500");
		newWindow.creator = window;
	} else {
		newWindow.focus();
	}
}

var newWindow = window;
function GoTravel(){
	if ((newWindow == window) || newWindow.closed ) {
		newWindow = window.open("http://www.aaa-ins.jp/travel01.htm","CHECK","menubar=yes,toolbar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes,top=45,left=80,width=700,height=500");
		newWindow.creator = window;
	} else {
		newWindow.focus();
	}
}

var newWindow = window;
function GoAuto(){
	if ((newWindow == window) || newWindow.closed ) {
		newWindow = window.open("http://www.aaa-ins.jp/Auto01.htm","CHECK","menubar=yes,toolbar=no,scrollbars=yes,resizable=no,location=no,directories=no,status=yes,top=45,left=80,width=700,height=472");
		newWindow.creator = window;
    	} else {
    		newWindow.focus();
    	}
}
