<!--
    if(top.frames.length > 0)
    top.location.href=self.location;
	
	function PopUp(url,w,h)
    {
       var dim=eval("'width='+w+',height='+h+'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizeable=0,top=0,left=0'");
       Npop = window.open(url,"pop",dim);
    }

//-->
<!--
	var windowCount = 0;

	function openWindow(e) {
		window.open(e.href, "NewWindow"+(windowCount++));
		return false;
	}
//-->
