function showSignup(){
	window.open('http://billabong.com/signup', 'signupWindow', 'resizable=0,width=760,height=550,scrollbars=1,status=1');
}

function showStoreFinder(){
	document.location.href="/us/store-locator";
}