// Opens a small window to lead US customers to brother-usa.com

function Subwin(){
win=window.open("/whereyoulive.html","","width=200,height=140");
win.moveTo(400,300);
}
