function store_2_links() {
  store2links_window1=window.open("http://www.cafeshops.com/wwrf",'store2link_wnd2',
    'toolbar=yes,resizable=yes,scrollbars=yes,location=yes,status=yes');
  store2links_window2=window.open(
    "http://www.cafepress.com/cp/info/storeref.aspx?refby=wwrf",'store2link_wnd1',
    'toolbar=yes,resizable=yes,scrollbars=yes,location=yes,status=yes');

  store2links_window1.focus();
  return;
}
