


var w;
function ow(path){
	w=window.open(path,"_dnc_pixx","status=yes,scrollbars=yes,resizable=yes,width=445,height=560,top=80,left=5");
	w.focus();
	return false;
}
function closeChildren(){
	if(w) w.close();
}



