function targetLink(URL)
{
  if(document.images)
    targetWin = open(URL,"neu","width=350,height=500, resizable=no, scrollbars=no, top=20,left=230");
}
/**Capturing resize**/
var cm_inresize=0
F=new Array();
function NF(datei,b,h,nr){b=b+20;h=h+30;
LP=(screen.width) ? (screen.width-b-20)/2 : 0;
TP=(screen.height) ? (screen.height-h-30)/2 : 0;
F[nr]=window.open(datei,"f"+nr,"width="+b+",height="+h+",scrollbars=no,left="+LP+",top="+TP);
F[nr].focus();}
function cm_resized(){
  if(cm_inresize) return
	page2=new cm_page(); var off=(bw.op6||bw.op5)?20:5
  if(page2.x2<cmpage.x2-off || page2.y2<cmpage.orgy-off || page2.x2>cmpage.x2+off || page2.y2>cmpage.orgy+off){
		if(bw.ie||bw.ns6||bw.op7||bw.ns4){
      cmpage=page2; this.isresized=1; 
      if(this.onresize) eval(this.onresize); this.construct(1);
      if(this.onafterresize) eval(this.onafterresize);
		}else{cm_inresize=1; location.reload()} 
  }
}

