function openwindowa(strURL, strTitle, intWidth, intHeight) {
	strParm = 'width=' + intWidth + ',height=' + intHeight + ',resizable=yes';
	window.open(strURL, 'Flyer', strParm);
}
