function checkout(tracking)
	{
		window.open('checkout.php?pid=' + tracking, 'Sharingwire Checkout','width=800,height=580,location=1,status=1,scrollbars=0');
		return;
	}
function support()
	{
		window.open('support.php', 'SharingWire Support','width=800,height=580,location=1,status=1,scrollbars=0');
		return;
	}
	
function demo()
	{
		window.open('demo.php', 'SharingWire Downloading Demo','width=735,height=390,location=1,status=1,scrollbars=0');
		return;
	}