function sbc_launch_surveyFoodServices() {
	tb_show("Online Survey", "http://www.starbucks.com/business/fsinfo_externalsite.asp?application=sbc&keepThis=true&TB_iframe=true&height=500&width=800");
}

function sbc_launch_surveyScienceOfCoffee() {
tb_show("Online Survey", "http://www.starbucks.com/business/fsinfo_externalsite.asp?application=sbc&keepThis=true&TB_iframe=true&height=500&width=800");

}

function sbc_launch_surveyFranchiseOpp() {
    tb_show("Online Survey", "/popups/franchisecomplete.aspx?&KeepThis=true&TB_iframe=true&height=500&width=800");
}

function sbc_launch_checkCardBalance() {
	tb_show("Card Balance", "popups/CardBalance.aspx?keepThis=true&TB_iframe=true&height=500&width=800");
}

function sbc_launch_storeFinder() {
if (navigator.userAgent.indexOf("Firefox")==-1) {
	tb_show("Store Finder", "storelocator/?keepThis=true&TB_iframe=true&height=500&width=800");
    } else {
    win = window.open ("storelocator/","StoreLocator","width=830,height=500,scrollbars=0");
    }
}

function sbc_launch_contactForm() {
	tb_show("Contact Us", "popups/contactform.aspx?keepThis=true&TB_iframe=true&height=500&width=800");

}