function show_rates()
{
		jrateWindow = window.open('rates.html', 'iwin', 'width=800, height=500, resizable=yes, scrollbars=yes');
		jrateWindow.focus();
}

function show_privacy()
{
		jprivacyWindow = window.open('privacy.html', 'iwin', 'width=800, height=500, resizable=yes, scrollbars=yes');
		jprivacyWindow.focus();
}

function show_terms()
{
		jtermsWindow = window.open('terms_of_use.html', 'iwin', 'width=800, height=500, resizable=yes, scrollbars=yes');
		jtermsWindow.focus();
}
