function launchSP()
{ 
	var remote = open('http://www.computershare.com/custom/au/axa/TradingPrice', "remote", "height=570, width=550,channelmode=no,dependent=no,directories=no,fullscreen=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
if (remote.opener == null)
	remote.opener = window; 
	remote.opener.name = "Main";
}
function launchShare()
{ 
	var remote = open('http://www.computershare.com/custom/au/axa/login', "remote", "height=570, width=550,channelmode=no,dependent=no,directories=no,fullscreen=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
if (remote.opener == null)
	remote.opener = window; 
	remote.opener.name = "Main";
}
function launchForms()
{ 
	var remote = open('http://www.computershare.com/custom/au/axa/Forms', "remote", "height=570, width=550,channelmode=no,dependent=no,directories=no,fullscreen=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
if (remote.opener == null)
	remote.opener = window; 
	remote.opener.name = "Main";
}
function launchTrade()
{ 
	var remote = open('http://www.computershare.com/custom/au/axa/TradingGraph', "remote", "height=570, width=550,channelmode=no,dependent=no,directories=no,fullscreen=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
if (remote.opener == null)
	remote.opener = window; 
	remote.opener.name = "Main";
}