// JavaScript Document
// Last updated: 9th February 2006

function CmsOpenPopup(theURL,winName,features){
	winpops=window.open(theURL,winName,features);
	winpops.focus();
}