

function openPrivacy() { 
  window.open('help/privacy.html','PrivacyPolicy','width=500,height=600,resizable=yes,scrollbars=yes');
}
function openTerms() { 
  window.open('help/terms.html','Terms','width=500,height=600,scrollbars=yes,resizable=no');
}
function closeWindow() { 
  window.close;
}
function openHelp() {
	window.open('help/help.html','Help','scrollbars=yes,resizable=no,width=540,height=600'); 
}

function openZoneFinder() { 
	window.open('http://www.arborday.org/webtools/hortzones/ziplookup.cfm?RegID=642', 'zoneFinder', 'width=600, height=250, left=1, top=1, scrollbars=yes,resizable=yes');
}
function openWallpaper(size,num) { 
	window.open('wallpaper.jsp?size='+size+'&num='+num, 'wallpaper', 'width=600, height=400, left=1, top=1, scrollbars=yes,resizable=yes');
}

function openKGNU() { 
	window.open('help/KGNUConnections.html', 'help', 'width=600, height=400, left=1, top=1, scrollbars=yes,resizable=yes');
}

function openDoc(whichOne) { 
	window.open(whichOne, 'help', 'width=800, height=600, left=1, top=1, scrollbars=yes,resizable=yes');
}

function screeningContract() { 
	window.open('help/ScreeningContract.jsp', 'help', 'width=600, height=400, left=1, top=1, scrollbars=yes,resizable=yes');
}
function screeningTips() { 
	window.open('help/ScreeningTips.html', 'help', 'width=600, height=400, left=1, top=1, scrollbars=yes,resizable=yes');
}


function corpTestimonials() { 
	window.open('help/Testimonials.html', 'help', 'width=600, height=500, left=1, top=1, scrollbars=yes,resizable=yes');
}

function corpPreview() { 
	window.open('help/Preview.html', 'help', 'width=600, height=500, left=1, top=1, scrollbars=yes,resizable=yes');
}

function corpProgram() { 
	window.open('help/ProgramDescription.html', 'help', 'width=600, height=500, left=1, top=1, scrollbars=yes,resizable=yes');
}

function programKeynote() { 
	window.open('help/ProgramKeynote.html', 'help', 'width=600, height=500, left=1, top=1, scrollbars=yes,resizable=yes');
}





