function openSignUp(i_mode)
{
    url = "http://omega.aonarrowcast.com/omega/account/signup.htm"       
    window.open(url,'SignUp','Popup_Window,dialog=no,channelmode=yes,status=no,dependent=no,minimizable=no,resizable=no,locationbar=false,directories=no,');
}

function openProducts(i_mode)
{
    window.open("http://www.aonarrowcast.com/products.html", "_self");
}

function openLoginApp(i_mode)
{
    url = "http://omega.aonarrowcast.com/omega/manager.htm"       
	window.open(url,'LoginApp','Popup_Window,dialog=no,channelmode=yes,status=no,dependent=no,minimizable=no,resizable=no,locationbar=false,directories=no,');
}

