function openDemo() {
	var win = window.open('/demo.jsp','Demo','location=no,resizable=no,scrollbars=no,status=no,height=420,width=530');
}

function startTour() {
	var win = window.open('/products/enterprise/quicktour/index.jsp?s=1','Tour','location=no,resizable=no,scrollbars=no,status=no,height=430,width=680');
}

function closeAndTrial() {
	opener.window.location = "/products/enterprise/freetrial.jsp";
	self.close();
}

function closeAndSales() {
	opener.window.location = "/salesinq.jsp";
	self.close();
}

function closeAndCustomers() {
	parent.opener.window.location = "/company/customers.jsp";
	parent.close();
}
