function ShowTerms(http_host) {
	
	window.open('http://'+http_host+'/?Page=Terms#termsandconditions','mVibes','width=1000,height=600,scrollbars=yes');
	
}