function openwin(theURL) { //v2.0
	window.open(theURL,'','status=no,scrollbars=yes,resizable=yes,menubar=no,toolbar=no,width=468,height=350');
}
function opensitepolicy(theURL) { //v2.0
	window.open(theURL,'','status=no,scrollbars=yes,resizable=yes,menubar=no,toolbar=no,width=360,height=360');
}