function popWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
	  try {
  		if (window.parent.CSSInject) {
  			document.writeln("<link rel='stylesheet' type='text/css' href='"+window.parent.CSSInject.url+"'/>");
  		}
		} catch (ex) {}