var PopWin;

function openPrivacy() {
PopWin=window.open('http://store.americangirl.com/static/popups/privacyPolicy.html','Privacy_Policy', config='width=400, height=400, scrollbars=yes, resizable=yes');

return false;
}
   
function openTerms() {
PopWin=window.open('http://store.americangirl.com/static/popups/termsConditions.html','Terms_and_Conditions', config='width=400, height=400, scrollbars=yes, resizable=yes');

return false;
}
   
function openTrademarks() {
PopWin=window.open('/legal/trademarks.html','Trademarks', config='width=400, height=400, scrollbars=yes, resizable=yes');

return false;
}   

function openCorp() {
PopWin=window.open('/corp/index.html','About American Girl', config='width=400, height=400, scrollbars=yes, resizable=yes');

return false;
}   