function CCpl() {
  var d=document; if(d.images){ if(!d.CC_p) d.CC_p=new Array();
    var i,j=d.CC_p.length,a=CCpl.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.CC_p[j]=new Image; d.CC_p[j++].src=a[i];}}
}
function CCsir() {
  var i,x,a=document.CC_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function CCfo(n, d) {
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=CCfo(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function CCsi() {
  var i,j=0,x,a=CCsi.arguments; document.CC_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=CCfo(a[i]))!=null){document.CC_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function CCpopWinPlus(url,ccw,cch) {
var jjw = 800, jjh = 700, adjCCH = cch
jjw = screen.width;
jjh = screen.height;
var leftPos = (jjw-ccw)/2, topPos = (((jjh-cch)/3)-15);
if (cch>=jjh){
topPos = 0;
adjCCH = (jjh-10);
}
link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=" + ccw + ",height=" + adjCCH + ",left=" + leftPos + ",top=" + topPos + "");
}