function showShops(site) {  F = window.open(site, "Popup","width=450,height=200");}function showSite(site, width, height) {  F = window.open(site, "Popup","width="+width+",height="+height);}