function openWindow(url, iWidth, iHeight) 
{ 
	popupWin = window.open(url, "NewsLetter", "width=" + iWidth + ", height=" + iHeight + ", scrollbars=yes, resizable=yes"); 
} 

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}