// Script to open a smaller window
// for use with Civil Records FAQ page,
// Your Thoughts feedback form

function newWindow(pageName){
	window.open(pageName, "AWindow", "scrollbars=yes,menubar=yes,width=900,height=650");
}

function feedbackWindow(){
	window.open('mailform.html', "Feedback", "width=600,height=500");
}

function unclaimedMailerWindow(){
	window.open('unclaimedMailform.html', "Funds on Deposit question", "width=600,height=500");
}
