window.name = "main";

// Print this page
function printpage() {
window.print();
}

// Select referred nav
function tradeshow_options()
{
	box = document.forms[1].referred;
	destination = box.options[box.selectedIndex].value;
	if (destination == 'Tradeshow') return toggleOn('para1');
	if (destination == 'Word-of-Mouth') return toggleOff('para1');
	if (destination == 'Newspaper/Magazine') return toggleOff('para1');
	if (destination == 'Other') return toggleOn('para2');
	if (destination != 'Other') return toggleOff('para2');
}

// Select referred nav
function tradeshow_options2()
{
	box = document.forms[0].referred;
	destination = box.options[box.selectedIndex].value;
	if (destination == 'Tradeshow') return toggleOn('para1');
	if (destination == 'Word-of-Mouth') return toggleOff('para1');
	if (destination == 'Newspaper/Magazine') return toggleOff('para1');
	if (destination == 'Other') return toggleOn('para2');
	if (destination != 'Other') return toggleOff('para2');
}

// Select rsvp options
function rsvp_options()
{
	box = document.forms[0].guests;
	destination = box.options[box.selectedIndex].value;
	if (destination == '0') return toggleOff('para1');
	if (destination == '0') return toggleOff('para2');
	if (destination == '1') return toggleOn('para1');
	if (destination == '1') return toggleOn('para2');
}

// Select box nav
function go()
{
	box = document.forms[2].contact_select;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

// OPEN WINDOW ADDONS
function open_window_addons(url) {
window.open(url,"newWindowAddons","toolbar=no,scrollbars=no,resizable=yes,location=no,status=no,width=558,height=360");
}
function open_window_business(url) {
window.open(url,"newWindowBusiness","toolbar=no,scrollbars=no,resizable=yes,location=no,status=no,width=800,height=530");
}
function open_window_data_center_tour(url) {
window.open(url,"newWindowDataCenterTour","toolbar=no,scrollbars=no,resizable=yes,location=no,status=no,width=454,height=425");
}
function open_window_sandbox_tac(url) {
window.open(url,"newWindowsandboxtac","toolbar=no,scrollbars=no,resizable=yes,location=no,status=no,width=558,height=425");
}


function toggleHome(a){
	var e=document.getElementById(a);
	if(!e)return true;
if (a == "homebanner1") {
	var f=document.getElementById("homebanner2");
	var g=document.getElementById("homebanner3");
	var m1=document.getElementById("homebanner_left1a");
	var m2=document.getElementById("homebanner_left1b");
	var n1=document.getElementById("homebanner_left2a");
	var n2=document.getElementById("homebanner_left2b");
	var o1=document.getElementById("homebanner_left3a");
	var o2=document.getElementById("homebanner_left3b");
	if(e.style.display=="none"){
	f.style.display="none"
	g.style.display="none"
	e.style.display="block"
	m1.style.display="none"
	m2.style.display="block"
	n1.style.display="block"
	n2.style.display="none"
	o1.style.display="block"
	o2.style.display="none"
	}
	return true;
	}
if (a == "homebanner2") {
	var f=document.getElementById("homebanner1");
	var g=document.getElementById("homebanner3");
	var m1=document.getElementById("homebanner_left1a");
	var m2=document.getElementById("homebanner_left1b");
	var n1=document.getElementById("homebanner_left2a");
	var n2=document.getElementById("homebanner_left2b");
	var o1=document.getElementById("homebanner_left3a");
	var o2=document.getElementById("homebanner_left3b");
	if(e.style.display=="none"){
	f.style.display="none"
	g.style.display="none"
	e.style.display="block"
	m1.style.display="block"
	m2.style.display="none"
	n1.style.display="none"
	n2.style.display="block"
	o1.style.display="block"
	o2.style.display="none"
	}
	return true;
	}
if (a == "homebanner3") {
	var f=document.getElementById("homebanner1");
	var g=document.getElementById("homebanner2");
	var m1=document.getElementById("homebanner_left1a");
	var m2=document.getElementById("homebanner_left1b");
	var n1=document.getElementById("homebanner_left2a");
	var n2=document.getElementById("homebanner_left2b");
	var o1=document.getElementById("homebanner_left3a");
	var o2=document.getElementById("homebanner_left3b");
	if(e.style.display=="none"){
	f.style.display="none"
	g.style.display="none"
	e.style.display="block"
	m1.style.display="block"
	m2.style.display="none"
	n1.style.display="block"
	n2.style.display="none"
	o1.style.display="none"
	o2.style.display="block"
	}
	return true;
	}
}
