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