<!--
function openRMCustomWindow2(strUrl) {
	strOptions="resizable=yes, toolbar=no, scrollbars=yes, location=no, directories=no, status=no, menubar=no, width=660, height=460, top=5, left=5"; 
	newWindow = window.open(strUrl, '_RegionalMarketing', strOptions);
	newWindow.focus();
}
//-->
