// JavaScript Document

var web_root = "http://www.smellmenyc.com";

function Login() {
	window.location = web_root+"/CGI-BIN/LANSAWEB?PROCFUN+PROFILE+LOGIN+M50+FUNCPARMS+WEBKEY(A0100):LOGIN";
}

function OurStore() {
	window.location = web_root+"/CGI-BIN/LANSAWEB?PROCFUN+WORDPR01+WEBFUNC+M50+FUNCPARMS+WEBKEY(A0100):SETCNT+NEWCNT(A0100):OURSTORE";
}

function AboutUs() {
	window.location = web_root+"/CGI-BIN/LANSAWEB?PROCFUN+WORDPR01+WEBFUNC+M50+FUNCPARMS+WEBKEY(A0100):SETCNT+NEWCNT(A0100):ABOUTUS";
}
