var storeLocatorOpen = false;
//Closes Store Locator Menu

YAHOO.util.Event.on('btn_stores', 'click', function() {
	openLocator();
});	

function openLocator()
		{
			window.open("http://locator.babybasicsclub.com/OurOwnBrandsAction.do?action=showStoreSearch","locator","status=1,toolbar=0,location=0,menubar=0,width=775px,height=667px,scrollbars=1");
		}
