function popup(url) {
	newwindow = window.open(url,'pop','height=440,width=540');
	if (window.focus) { newwindow.focus(); }
	return false;
}


function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
}
