function LiveHelp()
{
	var popup=[], left=((screen.width-970)/2), top=((screen.height-500)/2);
	popup["HTTP"]="/includes/onlinesupport/";
	popup["Name"]="livehelpWindow";
	popup["Accessories"]="toolbar=0, scrollbars=1, location=0, statusbar=0, menubar=0, resizable=0, width=970, height=500, left="+left+", top="+top;
	window.open(popup["HTTP"], popup["Name"], popup["Accessories"]);
};