// JavaScript Document

function ShowPreview(){
	window.open('../includes/tour_pgmain.html', 'Preview', 'toolbar=no,scrollbars=no,resizable=yes,width=700,height=400,top=100,left=100');
}

function OrderNow()
{
	window.opener.location='/order/';
	self.close();
}

function DownloadNow()
{
	window.opener.location='/downloadcenter/';
	self.close();
}

function CloseNow()
{
	self.close();
}

function ContactUs()
{
	window.opener.location='/support/contact.aspx';
	self.close();
}

function News()
{
	window.opener.location='/news/';
	self.close();
}
